Changed namespace and static lib calls
This commit is contained in:
parent
4bfb3ef843
commit
1b8c9ba29e
|
@ -50,7 +50,7 @@ int main(int argc, char* argv[])
|
||||||
|
|
||||||
for (auto const& path : paths)
|
for (auto const& path : paths)
|
||||||
{
|
{
|
||||||
SHADE::SHMeshCompiler::LoadAndCompile(path);
|
SH_COMP::MeshCompiler::LoadAndCompile(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue