mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-19 00:37:52 +07:00
Map editor should no longer crash in scenarios
This commit is contained in:
parent
2d3daa8c3b
commit
28f51a2050
@ -66,7 +66,7 @@ class EditorMapHolder(internal val mapEditorScreen: MapEditorScreen, internal va
|
||||
|
||||
fun setTransients() {
|
||||
for (tileInfo in tileGroups.keys)
|
||||
tileInfo.setTransients()
|
||||
tileInfo.setTerrainTransients()
|
||||
}
|
||||
|
||||
fun getClosestTileTo(stageCoords: Vector2): TileInfo? {
|
||||
|
Loading…
Reference in New Issue
Block a user