From 10bb5d8a301337c7d612bad1547138b8a22cacaa Mon Sep 17 00:00:00 2001 From: MtH Date: Thu, 8 Apr 2021 13:33:36 +0200 Subject: [PATCH] im dumb --- source/Note.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Note.hx b/source/Note.hx index 9f7719c78..6e6eb127d 100644 --- a/source/Note.hx +++ b/source/Note.hx @@ -202,7 +202,7 @@ class Note extends FlxSprite if (mustPress) { // miss on the NEXT frame so lag doesnt make u miss notes - if (willMiss) + if (willMiss && !wasGoodHit) { tooLate = true; canBeHit = false;