Skip to content

Commit

Permalink
make update_danceEvery() when the bobber is actually fully configured
Browse files Browse the repository at this point in the history
  • Loading branch information
MidyGamy committed Jan 30, 2025
1 parent 4094bb7 commit 8fa744c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/funkin/play/stage/Bopper.hx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ class Bopper extends StageProp implements IPlayStateScriptedClass
}
}

override function onCreate(event:ScriptEvent):Void
{
super.onCreate(event);
this.update_danceEvery();
}

/**
* Called when an animation finishes.
* @param name The name of the animation that just finished.
Expand Down

0 comments on commit 8fa744c

Please sign in to comment.