Fix note alpha during sustain clip
This commit is contained in:
parent
005f72e724
commit
7c1f566874
@ -274,7 +274,7 @@ class Note extends FlxSprite
|
||||
wasGoodHit = true;
|
||||
}
|
||||
|
||||
if (tooLate)
|
||||
if (tooLate && !wasGoodHit)
|
||||
{
|
||||
if (alpha > 0.3)
|
||||
alpha = 0.3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user