Optimized map renderer to no longer lag out on crappy phones

This commit is contained in:
Anuken
2018-03-20 22:15:44 -04:00
parent 1984921883
commit e330b28e49
3 changed files with 48 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ allprojects {
appName = 'Mindustry'
gdxVersion = '1.9.8'
aiVersion = '1.8.1'
uCoreVersion = '9503bcb'
uCoreVersion = 'df5b262'
getVersionString = {
String buildVersion = getBuildVersion()