mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00
Fixed selected civ update (#8974)
* Fixed selected civ update * Fixed spaces
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user