Fix note alpha during sustain clip

This commit is contained in:
CuckyDev 2021-08-03 01:03:24 -04:00
parent 005f72e724
commit 7c1f566874

View File

@ -274,7 +274,7 @@ class Note extends FlxSprite
wasGoodHit = true;
}
if (tooLate)
if (tooLate && !wasGoodHit)
{
if (alpha > 0.3)
alpha = 0.3;