Change the unsupported control assert to a message
This commit is contained in:
parent
3f2184227a
commit
1c748e8c94
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ void sfz::Synth::handleControlOpcodes(const std::vector<Opcode>& members)
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
// Unsupported control opcode
|
// Unsupported control opcode
|
||||||
ASSERTFALSE;
|
DBG("Unsupported control opcode: " << member.opcode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue