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);