From 890dfdeb063d6e8b49c07184f64ff82698e0783b Mon Sep 17 00:00:00 2001 From: J-VdS <38380578+J-VdS@users.noreply.github.com> Date: Tue, 22 Sep 2020 19:03:27 +0200 Subject: [PATCH] weird intellij --- core/src/mindustry/input/DesktopInput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/input/DesktopInput.java b/core/src/mindustry/input/DesktopInput.java index fbf935d631..9b02aba3be 100644 --- a/core/src/mindustry/input/DesktopInput.java +++ b/core/src/mindustry/input/DesktopInput.java @@ -416,7 +416,7 @@ public class DesktopInput extends InputHandler{ if(Core.input.keyRelease(Binding.schematic_select) && !Core.scene.hasKeyboard()){ lastSchematic = schematics.create(schemX, schemY, rawCursorX, rawCursorY); useSchematic(lastSchematic); - if (selectRequests.isEmpty()) { + if(selectRequests.isEmpty()){ lastSchematic = null; } }