From e4fac9f8904bc33c46a1ceeed66af26b23a10c45 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 2 Jun 2021 15:19:22 -0400 Subject: [PATCH] v0.9.3: fixed attack indicator refreshing each frame --- .../shatteredpixel/shatteredpixeldungeon/ui/AttackIndicator.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/AttackIndicator.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/AttackIndicator.java index da5d33868..fea89505d 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/AttackIndicator.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/AttackIndicator.java @@ -89,6 +89,7 @@ public class AttackIndicator extends Tag { if (needsImageUpdate){ updateImage(); + needsImageUpdate = false; } if (!bg.visible){