1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Defer temp object Load/Unload to calling side

This commit is contained in:
Aaron van Geffen
2025-05-28 00:58:25 +02:00
parent 342f10a63c
commit a4e92770fd
4 changed files with 1 additions and 7 deletions

View File

@@ -173,8 +173,6 @@ public:
}
auto object = _objectRepository.LoadObject(ori);
object->Load();
return object;
}