4.15.5-patch2

This commit is contained in:
yairm210 2025-01-27 23:16:02 +02:00
parent fb7062082b
commit 8e6cef79ce
3 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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. */

View File

@ -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()