mirror of
https://github.com/zeldaret/tp
synced 2026-08-03 08:53:16 -04:00
fix/simplify assert macros (#1929)
This commit is contained in:
@@ -125,7 +125,7 @@ bool JAUAudioArcInterpreter::readCommand_() {
|
||||
}
|
||||
default:
|
||||
if (!readCommandMore(cmd)) {
|
||||
JUT_ASSERT("JAUAudioArcInterpreter.cpp", 0x91, false);
|
||||
JUT_ASSERT(145, false);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user