diff --git a/core/src/com/riiablo/entity/Monster.java b/core/src/com/riiablo/entity/Monster.java index c74155e6..b3ec7a0f 100644 --- a/core/src/com/riiablo/entity/Monster.java +++ b/core/src/com/riiablo/entity/Monster.java @@ -150,6 +150,7 @@ public class Monster extends Entity { @Override public void drawDebugPath(PaletteIndexedBatch batch, ShapeRenderer shapes) { + if (object == null) return; DS1.Path path = object.path; if (path == null) return; DS1.Path.Point point;