From 4f7561d66c4bf8f03b3a458d2896e21094904e66 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 11 Oct 2019 09:18:21 -0400 Subject: [PATCH] Compile fix --- core/src/io/anuke/mindustry/input/DesktopInput.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/src/io/anuke/mindustry/input/DesktopInput.java b/core/src/io/anuke/mindustry/input/DesktopInput.java index cc59ea8dae..59bdc5fe66 100644 --- a/core/src/io/anuke/mindustry/input/DesktopInput.java +++ b/core/src/io/anuke/mindustry/input/DesktopInput.java @@ -36,11 +36,6 @@ public class DesktopInput extends InputHandler{ /** Whether player is currently deleting removal requests. */ private boolean deleting = false; - @Override - public boolean isDrawing(){ - return mode != none || block != null; - } - @Override public void buildUI(Group group){ group.fill(t -> {