mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 12:57:40 +02:00
clean up event queues
This commit is contained in:
@ -126,6 +126,11 @@ namespace HeavenStudio.Games
|
||||
}
|
||||
}
|
||||
|
||||
public override void OnPlay(double beat)
|
||||
{
|
||||
queuedInputs.Clear();
|
||||
}
|
||||
|
||||
private void Start()
|
||||
{
|
||||
handStart = -1f;
|
||||
|
Reference in New Issue
Block a user