Fix Consolidate-without-processing abort

This commit is contained in:
Ben Loftis 2021-12-31 13:43:50 -06:00
parent 1e7e4b3037
commit 233491c88a

View File

@ -4112,7 +4112,7 @@ Editor::bounce_range_selection (BounceTarget target, bool enable_processing)
return; return;
} }
assert (enable_processing != (target == NewTrigger)); assert (!(enable_processing && (target == NewTrigger)));
uint32_t trigger_slot = 0; uint32_t trigger_slot = 0;
string bounce_name; string bounce_name;