We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdaf62 commit 75cc052Copy full SHA for 75cc052
source/funkin/game/HealthIcon.hx
@@ -388,7 +388,7 @@ class HealthIcon extends FunkinSprite
388
}) + sprTrackerOffset.x, sprTracker.y + sprTrackerOffset.y);
389
}
390
391
- if (animation.curAnim != null || (this.animated && animateAtlas != null)) {
+ if (animation.curAnim != null || this.animated) {
392
var data = getIconAnim(health);
393
var localAnimState = data.animState;
394
0 commit comments