mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 12:54:06 -04:00
4.15.5-patch2
This commit is contained in:
parent
fb7062082b
commit
8e6cef79ce
@ -5,7 +5,7 @@ object BuildConfig {
|
||||
const val kotlinVersion = "1.9.24"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 1095
|
||||
const val appVersion = "4.15.5-patch1"
|
||||
const val appVersion = "4.15.5-patch2"
|
||||
|
||||
const val gdxVersion = "1.13.1"
|
||||
const val ktorVersion = "2.3.12"
|
||||
|
@ -487,7 +487,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
|
||||
|
||||
companion object {
|
||||
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
|
||||
val VERSION = Version("4.15.5-patch1", 1095)
|
||||
val VERSION = Version("4.15.5-patch2", 1095)
|
||||
//endregion
|
||||
|
||||
/** Global reference to the one Gdx.Game instance created by the platform launchers - do not use without checking [isCurrentInitialized] first. */
|
||||
|
@ -93,6 +93,7 @@ object ImageGetter {
|
||||
|
||||
if (buildTempAtlases) {
|
||||
// We purposefully do not dispose() of the old temp atlases, as they may be used in another screen that we could resume
|
||||
// This DOES cause a mild memory leak if a user switches rulesets a lot, but the alternative is getting black images for dead textures...
|
||||
println("Building temp atlases for ${visualMods.joinToString()}")
|
||||
setupStatImages()
|
||||
setupResourcePortraits()
|
||||
|
Loading…
x
Reference in New Issue
Block a user