You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Fix objects and their localized string ids not being reloaded after changing language (fixes #2751)
This commit is contained in:
@@ -199,6 +199,9 @@ int language_open(int id)
|
||||
}
|
||||
}
|
||||
|
||||
// Objects and their localized strings need to be refreshed
|
||||
reset_loaded_objects();
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user