From 3a54c042662edf18b33c7c0ece3576e8c964a8a9 Mon Sep 17 00:00:00 2001 From: Kade M Date: Thu, 24 Jun 2021 22:14:49 -0700 Subject: [PATCH] fix highest combo counter --- source/PlayState.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/PlayState.hx b/source/PlayState.hx index a3e3faa..4e3a832 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -253,6 +253,8 @@ class PlayState extends MusicBeatState } misses = 0; + + highestCombo = 0; repPresses = 0; repReleases = 0;