Fix a bunch of returns where they should not be (#5640)
This commit is contained in:
@@ -166,7 +166,7 @@ public sealed partial class InstrumentSystem : SharedInstrumentSystem
|
||||
|
||||
instrument.Timer += frameTime;
|
||||
if (instrument.Timer < 1)
|
||||
return;
|
||||
continue;
|
||||
|
||||
instrument.Timer = 0f;
|
||||
instrument.MidiEventCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user