mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-15 11:20:39 -07:00
Input fix
This commit is contained in:
parent
7dfb0a81e3
commit
1463571cd7
1 changed files with 2 additions and 1 deletions
|
|
@ -272,9 +272,10 @@ public class DesktopInput extends InputHandler{
|
|||
|
||||
@Override
|
||||
public void updateController(){
|
||||
|
||||
if(state.is(State.menu)){
|
||||
droppingItem = false;
|
||||
mode = none;
|
||||
block = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue