Always check your code kids

This commit is contained in:
Braedon 2022-01-26 19:33:52 -05:00
parent 4b197594c5
commit b69f58c433

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;