clean up event queues

This commit is contained in:
minenice55
2024-01-17 18:49:14 -05:00
parent 59cc786a94
commit cfcca0f9eb
4 changed files with 18 additions and 6 deletions

View File

@ -280,6 +280,7 @@ namespace HeavenStudio.Games
{
rt.Release();
}
queuedInputs.Clear();
}
private static bool ForceStepOnBeat(double beat)
@ -310,6 +311,7 @@ namespace HeavenStudio.Games
public override void OnPlay(double beat)
{
queuedInputs.Clear();
QueueSwitchBGs(beat);
PersistColors(beat);
}