mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Clear stale scenario repo pointers during language change.
This commit is contained in:
@@ -146,6 +146,7 @@
|
||||
- Fix: [#24009] [Plugin] The object manager API does not identify recently introduced object types.
|
||||
- Fix: [#24028] Giga and LSM Launched Coaster booster sprites have pixels that draw over transparent pixels.
|
||||
- Fix: [#24077] Track Designer crashes when clicking the park fence.
|
||||
- Fix: [#24527] Minor string artefacts when rebuilding scenario index.
|
||||
|
||||
0.4.20 (2025-02-25)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -147,7 +147,9 @@ namespace OpenRCT2::Ui::Windows
|
||||
|
||||
void OnLanguageChange() override
|
||||
{
|
||||
_listItems.clear();
|
||||
ScenarioRepositoryScan();
|
||||
InitialiseListItems();
|
||||
}
|
||||
|
||||
void OnMouseUp(WidgetIndex widgetIndex) override
|
||||
|
||||
Reference in New Issue
Block a user