From 4df0641d67db181a23bc3586e512db9199123c27 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 12 Jun 2018 11:05:17 -0400 Subject: [PATCH] Improved event exception format --- core/src/io/anuke/mindustry/editor/MapEditorDialog.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/io/anuke/mindustry/editor/MapEditorDialog.java b/core/src/io/anuke/mindustry/editor/MapEditorDialog.java index df6d0c764b..97e6a775b5 100644 --- a/core/src/io/anuke/mindustry/editor/MapEditorDialog.java +++ b/core/src/io/anuke/mindustry/editor/MapEditorDialog.java @@ -442,7 +442,6 @@ public class MapEditorDialog extends Dialog implements Disposable{ addTool.accept(EditorTool.fill); addTool.accept(EditorTool.elevation); - ImageButton rotate = tools.addImageButton("icon-arrow-16", 16*2f, () -> editor.setDrawRotation((editor.getDrawRotation() + 1)%4)).get(); rotate.getImage().update(() ->{ rotate.getImage().setRotation(editor.getDrawRotation() * 90);