This commit is contained in:
MtH 2021-04-08 13:33:36 +02:00
parent d42d36817f
commit a2b7f3ade5
1 changed files with 1 additions and 1 deletions

View File

@ -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;