Skip to content

Commit

Permalink
another little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerbross authored and ninjamuffin99 committed Sep 30, 2024
1 parent 30a9887 commit c5a76cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/funkin/ui/charSelect/CharSelectSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c5a76cf

Please sign in to comment.