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

@ -126,6 +126,11 @@ namespace HeavenStudio.Games
}
}
public override void OnPlay(double beat)
{
queuedInputs.Clear();
}
private void Start()
{
handStart = -1f;