mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 03:53:12 -04:00
fix wrong glyph when switch between different mod. (#7970)
This commit is contained in:
parent
ac557f36dd
commit
211b9ea914
@ -189,6 +189,7 @@ class NewGameScreen(
|
|||||||
rightSideButton.disable()
|
rightSideButton.disable()
|
||||||
rightSideButton.setText("Working...".tr())
|
rightSideButton.setText("Working...".tr())
|
||||||
|
|
||||||
|
setSkin()
|
||||||
// Creating a new game can take a while and we don't want ANRs
|
// Creating a new game can take a while and we don't want ANRs
|
||||||
Concurrency.runOnNonDaemonThreadPool("NewGame") {
|
Concurrency.runOnNonDaemonThreadPool("NewGame") {
|
||||||
startNewGame()
|
startNewGame()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user