mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Bugfixes
This commit is contained in:
parent
98f8a1732e
commit
c0c0ffa682
3 changed files with 3 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ public class DesktopInput extends InputHandler{
|
|||
}
|
||||
}
|
||||
|
||||
if(Core.input.keyTap(Binding.clear_building)){
|
||||
if(Core.input.keyTap(Binding.clear_building) || isPlacing()){
|
||||
lastSchematic = null;
|
||||
selectRequests.clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue