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;