mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-07-16 16:03:00 +03:00
Fixed #12334
This commit is contained in:
@@ -509,6 +509,10 @@ public class DesktopInput extends InputHandler{
|
||||
pollInputPlayer();
|
||||
}
|
||||
|
||||
if(Core.input.keyRelease(Binding.select)){
|
||||
player.shooting = false;
|
||||
}
|
||||
|
||||
if(!Core.scene.hasMouse() && !ui.minimapfrag.shown()){
|
||||
Core.graphics.cursor(cursorType);
|
||||
changedCursor = cursorType != SystemCursor.arrow;
|
||||
|
||||
@@ -26,4 +26,4 @@ org.gradle.caching=true
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
android.enableR8.fullMode=false
|
||||
archash=6a97615f6f
|
||||
archash=a0fc357fb1
|
||||
|
||||
Reference in New Issue
Block a user