v2.0.0: fixed auras always being visible for the frame they are added

This commit is contained in:
Evan Debenham
2022-11-04 13:24:19 -04:00
parent 9a488883a8
commit c3d168967e

View File

@@ -493,6 +493,7 @@ public class CharSprite extends MovieClip implements Tweener.Listener, MovieClip
aura = new Flare(5, size);
aura.angularSpeed = 90;
aura.color(color, true);
aura.visible = visible;
if (parent != null) {
aura.show(this, 0);