fix miss animations

This commit is contained in:
Cameron Taylor
2020-10-24 02:36:50 -07:00
parent 6c7d5b3f1b
commit 87286b68c0
3 changed files with 7 additions and 10 deletions

View File

@ -78,7 +78,7 @@ class Note extends FlxSprite
animation.play('redScroll');
}
trace(prevNote);
// trace(prevNote);
if (isSustainNote && prevNote != null)
{