Added some missing translations

aab/apk now doesn't einclude local debug files
Maybe solved resume problem on Chrome OS (see issue 322), needs to be checked
This commit is contained in:
Yair Morgenstern
2018-12-10 14:09:01 +02:00
parent 2dd32b9a2c
commit 7ee76771f5
3 changed files with 28 additions and 0 deletions

View File

@ -82,6 +82,11 @@ class UnCivGame : Game() {
setWorldScreen()
}
// Maybe this will solve the resume error on chrome OS, issue 322? Worth a shot
override fun resize(width: Int, height: Int) {
resume()
}
companion object {
lateinit var Current: UnCivGame
}