From 5f8276b56bcceeb6b8565f21ee8d21c001a9abea Mon Sep 17 00:00:00 2001 From: yairm210 Date: Thu, 14 Aug 2025 09:51:14 +0300 Subject: [PATCH] Fixed map editor tile click not displaying tile stats --- .../unciv/ui/screens/mapeditorscreen/tabs/MapEditorViewTab.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/com/unciv/ui/screens/mapeditorscreen/tabs/MapEditorViewTab.kt b/core/src/com/unciv/ui/screens/mapeditorscreen/tabs/MapEditorViewTab.kt index 1c3308dc54..f0541499a4 100644 --- a/core/src/com/unciv/ui/screens/mapeditorscreen/tabs/MapEditorViewTab.kt +++ b/core/src/com/unciv/ui/screens/mapeditorscreen/tabs/MapEditorViewTab.kt @@ -58,6 +58,7 @@ class MapEditorViewTab( nation.name = "Test" gameInfo = GameInfo() gameInfo.ruleset = ruleset + gameInfo.setGlobalTransients() cache.updateState() // show yields of strategic resources too