mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-30 06:37:50 +07:00
Fixed #6341
This commit is contained in:
@ -616,6 +616,7 @@ public class DesktopInput extends InputHandler{
|
||||
super.updateState();
|
||||
|
||||
if(state.isMenu()){
|
||||
lastSchematic = null;
|
||||
droppingItem = false;
|
||||
mode = none;
|
||||
block = null;
|
||||
|
@ -24,4 +24,4 @@ android.useAndroidX=true
|
||||
#used for slow jitpack builds; TODO see if this actually works
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
archash=5e7ddf887d6632c9ca7bd3fa1ef9fef748a3a84e
|
||||
archash=430f9146f3c9c34db1f9ad9a8784e71c322246f2
|
||||
|
Reference in New Issue
Block a user