Fix a bunch of returns where they should not be (#5640)

This commit is contained in:
20kdc
2021-12-01 14:00:10 +00:00
committed by GitHub
parent 53c0a47e39
commit b5c5871453
2 changed files with 5 additions and 5 deletions

View File

@@ -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;