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);