From fedad1e0d080f8deab983e2f44915200ae28ecb1 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 23 Jul 2023 15:49:12 -0400 Subject: [PATCH] Fixed #8813 --- core/src/mindustry/editor/MapObjectivesCanvas.java | 2 ++ 1 file changed, 2 insertions(+) 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(){