mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Fix builds list in city screen.
This commit is contained in:
parent
0fcc3a6807
commit
67eb3a86e0
@ -122,7 +122,7 @@ class CityInfoTable(private val cityScreen: CityScreen) : Table(CameraStageBaseS
|
||||
if (!otherBuildings.isEmpty()) {
|
||||
|
||||
addTitle("Buildings")
|
||||
for (building in wonders) addBuildingInfo(building)
|
||||
for (building in otherBuildings) addBuildingInfo(building)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user