From 8f268f4d6073dc61ed2c544f733adf07f81f2183 Mon Sep 17 00:00:00 2001 From: Braedon Date: Wed, 26 Jan 2022 19:33:52 -0500 Subject: [PATCH] Always check your code kids --- Assets/Scripts/Games/ClappyTrio/ClappyTrioPlayer.cs | 1 + 1 file changed, 1 insertion(+) 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;