mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-06 16:52:35 +00:00
Refactored clipmap generation, further refactored other files to better use c++
This commit is contained in:
@@ -20,7 +20,7 @@ namespace BSP
|
||||
objectList.emplace_back(std::move(object));
|
||||
}
|
||||
|
||||
BSPObject* BSPLeaf::getObject(int index)
|
||||
BSPObject* BSPLeaf::getObject(size_t index)
|
||||
{
|
||||
return objectList.at(index).get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user