diff --git a/source/Note.hx b/source/Note.hx index 700c14e..c018ab5 100644 --- a/source/Note.hx +++ b/source/Note.hx @@ -274,7 +274,7 @@ class Note extends FlxSprite wasGoodHit = true; } - if (tooLate) + if (tooLate && !wasGoodHit) { if (alpha > 0.3) alpha = 0.3;