From 5372485eb7cafa7ff4102f9dac40f524c2e7acf3 Mon Sep 17 00:00:00 2001 From: CharlesCatYT Date: Tue, 27 Feb 2024 21:26:58 -0500 Subject: [PATCH] i missed a spot tho still not fixing the other fix til i get enough time --- source/states/editors/EditorPlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/states/editors/EditorPlayState.hx b/source/states/editors/EditorPlayState.hx index 97a7477..682a7f3 100644 --- a/source/states/editors/EditorPlayState.hx +++ b/source/states/editors/EditorPlayState.hx @@ -1007,7 +1007,7 @@ class EditorPlayState extends MusicBeatSubstate function decreaseCombo(direction:Int):Void { // score and data // if (!daNote.noMissAnimation) { - lilPlayBf.animation.play("miss" + daNote.noteData, true); + lilPlayBf.animation.play("miss" + direction, true); if(singTimerPlayer != null) singTimerPlayer.cancel(); singTimerPlayer = new FlxTimer().start(0.6, (tmr:FlxTimer) -> { lilPlayBf.animation.play("idle", true);