Always check your code kids
This commit is contained in:
parent
21aa06150e
commit
8f268f4d60
|
@ -90,6 +90,7 @@ namespace RhythmHeavenMania.Games.ClappyTrio
|
||||||
|
|
||||||
public void SetClapAvailability(float startBeat, float length)
|
public void SetClapAvailability(float startBeat, float length)
|
||||||
{
|
{
|
||||||
|
aceTimes = 0;
|
||||||
lastClapBeat = startBeat;
|
lastClapBeat = startBeat;
|
||||||
clapVacant = true;
|
clapVacant = true;
|
||||||
lastClapLength = length;
|
lastClapLength = length;
|
||||||
|
|
Loading…
Reference in a new issue