Clear previous schematic when selecting new one

This commit is contained in:
Anuken
2019-10-20 10:56:17 -04:00
parent e9efe4169c
commit 3c65e366e8

View File

@@ -243,6 +243,7 @@ public class DesktopInput extends InputHandler{
schematicX = tileX(getMouseX());
schematicY = tileY(getMouseY());
selectRequests.clear();
selectRequests.addAll(schematics.toRequests(schem, schematicX, schematicY));
mode = none;
}