Merge pull request #1561 from cuckydev/master
Fix note alpha during sustain clip
This commit is contained in:
commit
e9131731d6
@ -274,7 +274,7 @@ class Note extends FlxSprite
|
|||||||
wasGoodHit = true;
|
wasGoodHit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tooLate)
|
if (tooLate && !wasGoodHit)
|
||||||
{
|
{
|
||||||
if (alpha > 0.3)
|
if (alpha > 0.3)
|
||||||
alpha = 0.3;
|
alpha = 0.3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user