mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
fix track manager preview
This commit is contained in:
@@ -462,4 +462,10 @@ extern "C"
|
||||
IObjectManager * objectManager = GetObjectManager();
|
||||
objectManager->UnloadObjects(entries, count);
|
||||
}
|
||||
|
||||
void object_manager_unload_all_objects()
|
||||
{
|
||||
IObjectManager * objectManager = GetObjectManager();
|
||||
objectManager->UnloadAll();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user