v0.9.3: fixed attack indicator refreshing each frame

This commit is contained in:
Evan Debenham 2021-06-02 15:19:22 -04:00
parent db1b90e20a
commit e4fac9f890

View File

@ -89,6 +89,7 @@ public class AttackIndicator extends Tag {
if (needsImageUpdate){ if (needsImageUpdate){
updateImage(); updateImage();
needsImageUpdate = false;
} }
if (!bg.visible){ if (!bg.visible){