mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-02-14 19:33:02 +00:00
fix: clang compilation issues
This commit is contained in:
@@ -1334,7 +1334,7 @@ namespace
|
||||
public:
|
||||
MaterialLoader(MemoryManager& memory, ISearchPath& searchPath, IGdtQueryable& gdt)
|
||||
: m_memory(memory),
|
||||
m_search_path(m_search_path),
|
||||
m_search_path(searchPath),
|
||||
m_gdt(gdt)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user