From 9271aad9760421c20bffc5f8ba7250c4ae70ceaf Mon Sep 17 00:00:00 2001 From: KadeDev Date: Sat, 20 Mar 2021 02:12:35 -0700 Subject: [PATCH] im kinda dumb --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index bb696f1..921790b 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2404,7 +2404,7 @@ class PlayState extends MusicBeatState if (mashing <= getKeyPresses(note) && mashViolations < 3) { mashViolations++; - goodNoteHit(note, !(mashing <= getKeyPresses(note))); + goodNoteHit(note, (mashing <= getKeyPresses(note))); } else {