Skip to content

Commit

Permalink
i missed a spot tho
Browse files Browse the repository at this point in the history
still not fixing the other fix til i get enough time
  • Loading branch information
charlesisfeline committed Feb 28, 2024
1 parent 76b6b66 commit 5372485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/editors/EditorPlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5372485

Please sign in to comment.