Skip to content

Commit

Permalink
Revert "Revert "arrows anim fix""
Browse files Browse the repository at this point in the history
This reverts commit 83ef995.
  • Loading branch information
Spel0 committed Aug 10, 2021
1 parent 83ef995 commit 418f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3972,7 +3972,7 @@ class PlayState extends MusicBeatState
{
playerStrums.forEach(function(spr:FlxSprite)
{
if (keys[spr.ID] && spr.animation.curAnim.name != 'confirm')
if (keys[spr.ID] && spr.animation.curAnim.name != 'confirm' && spr.animation.curAnim.name != 'pressed')
spr.animation.play('pressed', false);
if (!keys[spr.ID])
spr.animation.play('static', false);
Expand Down

0 comments on commit 418f9d2

Please sign in to comment.