diff --git a/core/assets/version.properties b/core/assets/version.properties index 498cceb537..de2bec133e 100644 --- a/core/assets/version.properties +++ b/core/assets/version.properties @@ -1,7 +1,7 @@ #Autogenerated file. Do not modify. -#Thu Mar 22 19:20:28 EDT 2018 +#Fri Mar 23 22:41:58 EDT 2018 version=release -androidBuildCode=456 +androidBuildCode=458 name=Mindustry code=3.4 build=custom build diff --git a/core/src/io/anuke/mindustry/input/DesktopInput.java b/core/src/io/anuke/mindustry/input/DesktopInput.java index a12a140ec2..1c7a3f68f3 100644 --- a/core/src/io/anuke/mindustry/input/DesktopInput.java +++ b/core/src/io/anuke/mindustry/input/DesktopInput.java @@ -107,6 +107,10 @@ public class DesktopInput extends InputHandler{ Cursors.restoreCursor(); } } + + if(target != null && target.block().isConfigurable(target)){ + showCursor = true; + } if(target != null && Inputs.keyTap("select") && !ui.hasMouse()){ if(target.block().isConfigurable(target)){