diff --git a/build.gradle b/build.gradle index 6d62477c27..8867b40fc6 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ allprojects { appName = 'Mindustry' gdxVersion = '1.9.8' aiVersion = '1.8.1' - uCoreVersion = '156dff2' + uCoreVersion = 'cdfa32d' getVersionString = { String buildVersion = getBuildVersion() diff --git a/core/assets/version.properties b/core/assets/version.properties index 0d6774d756..edf92eb160 100644 --- a/core/assets/version.properties +++ b/core/assets/version.properties @@ -1,7 +1,7 @@ #Autogenerated file. Do not modify. -#Sat Mar 10 14:01:23 EST 2018 +#Sun Mar 11 10:07:56 EDT 2018 version=release -androidBuildCode=365 +androidBuildCode=367 name=Mindustry code=3.4 build=custom build diff --git a/core/src/io/anuke/mindustry/core/UI.java b/core/src/io/anuke/mindustry/core/UI.java index 0f57ad3fd4..75205309c0 100644 --- a/core/src/io/anuke/mindustry/core/UI.java +++ b/core/src/io/anuke/mindustry/core/UI.java @@ -128,8 +128,7 @@ public class UI extends SceneModule{ if(Graphics.drawing()) Graphics.end(); - scene.act(); - scene.draw(); + act(); if(control.showCursor()) { Draw.color();