Updated uCore/crash fix

This commit is contained in:
Anuken
2018-03-11 10:08:13 -04:00
parent c9342d60d7
commit a0f85a8e4b
3 changed files with 4 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ allprojects {
appName = 'Mindustry' appName = 'Mindustry'
gdxVersion = '1.9.8' gdxVersion = '1.9.8'
aiVersion = '1.8.1' aiVersion = '1.8.1'
uCoreVersion = '156dff2' uCoreVersion = 'cdfa32d'
getVersionString = { getVersionString = {
String buildVersion = getBuildVersion() String buildVersion = getBuildVersion()

View File

@@ -1,7 +1,7 @@
#Autogenerated file. Do not modify. #Autogenerated file. Do not modify.
#Sat Mar 10 14:01:23 EST 2018 #Sun Mar 11 10:07:56 EDT 2018
version=release version=release
androidBuildCode=365 androidBuildCode=367
name=Mindustry name=Mindustry
code=3.4 code=3.4
build=custom build build=custom build

View File

@@ -128,8 +128,7 @@ public class UI extends SceneModule{
if(Graphics.drawing()) Graphics.end(); if(Graphics.drawing()) Graphics.end();
scene.act(); act();
scene.draw();
if(control.showCursor()) { if(control.showCursor()) {
Draw.color(); Draw.color();