From 4781351184f99305b5055bdcd39edebd301da4d8 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 22 May 2018 12:07:33 -0400 Subject: [PATCH] Testing github webhook --- core/src/io/anuke/mindustry/editor/EditorTool.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/io/anuke/mindustry/editor/EditorTool.java b/core/src/io/anuke/mindustry/editor/EditorTool.java index 0e5a85cdb1..0ff6aeaeb6 100644 --- a/core/src/io/anuke/mindustry/editor/EditorTool.java +++ b/core/src/io/anuke/mindustry/editor/EditorTool.java @@ -39,7 +39,6 @@ public enum EditorTool{ } public void touched(MapEditor editor, int x, int y){ - //TODO select floor/block properly instead of using this method! boolean floor = editor.getDrawBlock() instanceof Floor; TileDataMarker writer = editor.getMap().readAt(x, y);