Always check your code kids

This commit is contained in:
Braedon 2022-01-26 19:33:52 -05:00
parent 21aa06150e
commit 8f268f4d60

View file

@ -90,6 +90,7 @@ namespace RhythmHeavenMania.Games.ClappyTrio
public void SetClapAvailability(float startBeat, float length)
{
aceTimes = 0;
lastClapBeat = startBeat;
clapVacant = true;
lastClapLength = length;