diff --git a/core/src/mindustry/editor/MapObjectivesCanvas.java b/core/src/mindustry/editor/MapObjectivesCanvas.java index bfa19367a6..bd84a22ff7 100644 --- a/core/src/mindustry/editor/MapObjectivesCanvas.java +++ b/core/src/mindustry/editor/MapObjectivesCanvas.java @@ -98,6 +98,8 @@ public class MapObjectivesCanvas extends WidgetGroup{ public void clearObjectives(){ stopQuery(); tilemap.clearTiles(); + tilemap.x = 0f; + tilemap.y = 0f; } protected void stopQuery(){