mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-08 12:38:21 +00:00
Fix crashing, broken countdown, broken miss muting in song preview
This commit is contained in:
parent
5fa9c5246f
commit
f7bac02ee3
|
@ -235,7 +235,6 @@ class BaseCharacter extends Bopper
|
|||
// Then reapply animOffsets...
|
||||
// applyAnimationOffsets(getCurrentAnimation());
|
||||
|
||||
// Make sure we are playing the idle animation
|
||||
this.dance(true); // Force to avoid the old animation playing with the wrong offset at the start of the song.
|
||||
// Make sure we are playing the idle animation
|
||||
// ...then update the hitbox so that this.width and this.height are correct.
|
||||
|
|
Loading…
Reference in a new issue