This commit is contained in:
MtH 2021-04-08 13:33:36 +02:00
parent ba62e4cb0e
commit 10bb5d8a30

View file

@ -202,7 +202,7 @@ class Note extends FlxSprite
if (mustPress) if (mustPress)
{ {
// miss on the NEXT frame so lag doesnt make u miss notes // miss on the NEXT frame so lag doesnt make u miss notes
if (willMiss) if (willMiss && !wasGoodHit)
{ {
tooLate = true; tooLate = true;
canBeHit = false; canBeHit = false;