From c5a76cf1d5ef233aacd40f0edd0efd160a9e67c5 Mon Sep 17 00:00:00 2001 From: gamerbross <55158797+gamerbross@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:11:58 +0200 Subject: [PATCH] another little fix --- source/funkin/ui/charSelect/CharSelectSubState.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/funkin/ui/charSelect/CharSelectSubState.hx b/source/funkin/ui/charSelect/CharSelectSubState.hx index 3c0e7fa2f..daea96321 100644 --- a/source/funkin/ui/charSelect/CharSelectSubState.hx +++ b/source/funkin/ui/charSelect/CharSelectSubState.hx @@ -1063,6 +1063,7 @@ class CharSelectSubState extends MusicBeatSubState playerChillOut.visible = true; playerChillOut.playAnimation("slideout"); var index = playerChillOut.anim.getFrameLabel("slideout").index; + playerChillOut.onAnimationFrame.removeAll(); playerChillOut.onAnimationFrame.add((_, frame:Int) -> { if (frame >= index + 1) {