diff --git a/Assets/Scripts/Games/ClappyTrio/ClappyTrioPlayer.cs b/Assets/Scripts/Games/ClappyTrio/ClappyTrioPlayer.cs index ad959a633..6a88b78f3 100644 --- a/Assets/Scripts/Games/ClappyTrio/ClappyTrioPlayer.cs +++ b/Assets/Scripts/Games/ClappyTrio/ClappyTrioPlayer.cs @@ -90,6 +90,7 @@ namespace RhythmHeavenMania.Games.ClappyTrio public void SetClapAvailability(float startBeat, float length) { + aceTimes = 0; lastClapBeat = startBeat; clapVacant = true; lastClapLength = length;