mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 09:57:37 +02:00
Always check your code kids
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user