mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-27 23:12:06 +00:00
Updated BSP linker to load assets on the FinalizeZone step.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace BSP
|
||||
{
|
||||
public:
|
||||
SkinnedVertsLinker(MemoryManager& memory, ISearchPath& searchPath, AssetCreationContext& context);
|
||||
AssetCreationResult linkSkinnedVerts(BSPData* bsp);
|
||||
SkinnedVertsDef* linkSkinnedVerts(BSPData* bsp);
|
||||
|
||||
private:
|
||||
MemoryManager& m_memory;
|
||||
|
||||
Reference in New Issue
Block a user