thread pooling actor update, updated kotlin lib

Former-commit-id: 17dc75ada5a6652fa555c3a34214704897ca9afe
Former-commit-id: 75ddbe0187f978958cc5c1208a0cfb85bfdcdfaf
This commit is contained in:
Song Minjae
2016-05-25 19:32:48 +09:00
parent 46a3065423
commit f98cd773b1
14 changed files with 178 additions and 86 deletions

View File

@@ -111,6 +111,9 @@ constructor(gamename: String) : StateBasedGame(gamename) {
var hasController = false
val CONTROLLER_DEADZONE = 0.1f
/** Available CPU cores */
val CORES = Runtime.getRuntime().availableProcessors();
private lateinit var configDir: String
/**