v2.2.1: fixed light vfx occasionally lingering from wisp sprites

This commit is contained in:
Evan Debenham
2023-10-22 15:39:34 -04:00
parent efdd4675fb
commit 4b24abb709
@@ -111,8 +111,8 @@ public abstract class CrystalWispSprite extends MobSprite {
} }
@Override @Override
public void destroy() { public void kill() {
super.destroy(); super.kill();
if (light != null){ if (light != null){
light.killAndErase(); light.killAndErase();
} }