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