From f18d6d904abf8b1e4d1f1ec8a1bb19df90aba594 Mon Sep 17 00:00:00 2001 From: Prokube <68293280+prokube@users.noreply.github.com> Date: Mon, 2 Aug 2021 09:35:34 -0700 Subject: [PATCH] lol --- source/PlayState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index fb334b8..e14b145 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3922,9 +3922,9 @@ class PlayState extends MusicBeatState playerStrums.forEach(function(spr:FlxSprite) { if (keys[spr.ID] && spr.animation.curAnim.name != 'confirm') - spr.animation.play('pressed'); + spr.animation.play('pressed', false); if (!keys[spr.ID]) - spr.animation.play('static'); + spr.animation.play('static', false); if (spr.animation.curAnim.name == 'confirm' && !curStage.startsWith('school')) {