Fixed #11114
This commit is contained in:
@@ -482,6 +482,10 @@ public class DesktopInput extends InputHandler{
|
|||||||
pollInputPlayer();
|
pollInputPlayer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(Core.input.keyRelease(Binding.select)){
|
||||||
|
player.shooting = false;
|
||||||
|
}
|
||||||
|
|
||||||
if(!Core.scene.hasMouse() && !ui.minimapfrag.shown()){
|
if(!Core.scene.hasMouse() && !ui.minimapfrag.shown()){
|
||||||
Core.graphics.cursor(cursorType);
|
Core.graphics.cursor(cursorType);
|
||||||
changedCursor = cursorType != SystemCursor.arrow;
|
changedCursor = cursorType != SystemCursor.arrow;
|
||||||
@@ -860,10 +864,6 @@ public class DesktopInput extends InputHandler{
|
|||||||
Call.rotateBlock(player, cursor.build, Core.input.axisTap(Binding.rotate) > 0);
|
Call.rotateBlock(player, cursor.build, Core.input.axisTap(Binding.rotate) > 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(Core.input.keyRelease(Binding.select)){
|
|
||||||
player.shooting = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user