mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 15:19:29 +07:00
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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user