Fixed some multithreading bugs and crashes

This commit is contained in:
Anuken
2018-02-10 12:38:02 -05:00
parent 2ff4a1ee0d
commit e5365d5572
8 changed files with 44 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ allprojects {
appName = 'Mindustry'
gdxVersion = '1.9.8'
aiVersion = '1.8.1'
uCoreVersion = '629405c'
uCoreVersion = 'b42c54e'
getVersionString = {
String buildVersion = getBuildVersion()