mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
ok ilya
This commit is contained in:
parent
846aa3a5ab
commit
a8a8cc950e
1 changed files with 1 additions and 2 deletions
|
|
@ -745,8 +745,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||
if(!selectedUnits.contains(unit)){
|
||||
selectedUnits.add(unit);
|
||||
}else{
|
||||
selectedUnits.clear();
|
||||
selectedUnits.add(unit);
|
||||
selectedUnits.remove(unit);
|
||||
}
|
||||
commandBuild = null;
|
||||
}else{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue