try fixing macos build

This commit is contained in:
jadebenn
2024-04-06 03:50:41 -05:00
parent d6031ce9f5
commit bc79a17ddb
2 changed files with 1 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ void VanityUtilities::SpawnVanity() {
}
LWOOBJID SpawnSpawner(const VanityObject& object, const VanityObjectLocation& location) {
SceneObject obj {};
SceneObject obj{};
obj.lot = object.m_LOT;
// guratantee we have no collisions
do {