weird intellij

This commit is contained in:
J-VdS
2020-09-22 19:03:27 +02:00
committed by GitHub
parent a0913c67df
commit 890dfdeb06

View File

@@ -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;
}
}