v0.9.3: fixed attack indicator refreshing each frame
This commit is contained in:
parent
db1b90e20a
commit
e4fac9f890
|
@ -89,6 +89,7 @@ public class AttackIndicator extends Tag {
|
||||||
|
|
||||||
if (needsImageUpdate){
|
if (needsImageUpdate){
|
||||||
updateImage();
|
updateImage();
|
||||||
|
needsImageUpdate = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!bg.visible){
|
if (!bg.visible){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user