Disable the <control> unicity check
This commit is contained in:
parent
da6865d615
commit
a6e9666f92
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ void sfz::Synth::callback(absl::string_view header, const std::vector<Opcode>& m
|
|||
break;
|
||||
case hash("control"):
|
||||
// We shouldn't have multiple control headers in file
|
||||
ASSERT(!hasControl)
|
||||
// ASSERT(!hasControl)
|
||||
hasControl = true;
|
||||
handleControlOpcodes(members);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue