mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -04:00
Fixed selected civ update (#8974)
* Fixed selected civ update * Fixed spaces
This commit is contained in:
parent
dabd26ac0d
commit
934bf33a70
@ -323,15 +323,17 @@ class WorldScreen(
|
||||
if(uiEnabled){
|
||||
displayTutorialsOnUpdate()
|
||||
|
||||
bottomUnitTable.update()
|
||||
|
||||
updateSelectedCiv()
|
||||
|
||||
if (fogOfWar) minimapWrapper.update(selectedCiv)
|
||||
else minimapWrapper.update(viewingCiv)
|
||||
|
||||
bottomUnitTable.update()
|
||||
bottomTileInfoTable.updateTileTable(mapHolder.selectedTile)
|
||||
bottomTileInfoTable.x = stage.width - bottomTileInfoTable.width
|
||||
bottomTileInfoTable.y = if (game.settings.showMinimap) minimapWrapper.height else 0f
|
||||
|
||||
battleTable.update()
|
||||
|
||||
displayTutorialTaskOnUpdate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user