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 {