1
0
Fork 0
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:
EliteMasterEric 2023-08-04 17:25:13 -04:00
parent 5fa9c5246f
commit f7bac02ee3

View file

@ -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.