Map objective curve & unnecessary rebuild fix

This commit is contained in:
Anuken
2025-10-13 22:53:16 +09:00
parent 30da4c0f47
commit 9edd31fad3
3 changed files with 15 additions and 7 deletions

View File

@@ -185,7 +185,7 @@ public class MapObjectives implements Iterable<MapObjective>, Eachable<MapObject
private transient final Seq<MapObjective> children = new Seq<>(2);
/** For the objectives UI dialog. Do not modify directly! */
public transient int editorX = -1, editorY = -1;
public transient int editorX = -999, editorY = -999;
/** Whether this objective has been done yet. This is internally set. */
private boolean completed;