Skip to content

Commit 75cc052

Browse files
committed
Fix Icon transition only appliying to atlas?
1 parent 1cdaf62 commit 75cc052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/game/HealthIcon.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ class HealthIcon extends FunkinSprite
388388
}) + sprTrackerOffset.x, sprTracker.y + sprTrackerOffset.y);
389389
}
390390

391-
if (animation.curAnim != null || (this.animated && animateAtlas != null)) {
391+
if (animation.curAnim != null || this.animated) {
392392
var data = getIconAnim(health);
393393
var localAnimState = data.animState;
394394

0 commit comments

Comments
 (0)