mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -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()) {
|
if (!otherBuildings.isEmpty()) {
|
||||||
|
|
||||||
addTitle("Buildings")
|
addTitle("Buildings")
|
||||||
for (building in wonders) addBuildingInfo(building)
|
for (building in otherBuildings) addBuildingInfo(building)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user