Changed namespace and static lib calls

This commit is contained in:
Xiao Qi 2022-11-02 19:07:50 +08:00
parent 4bfb3ef843
commit 1b8c9ba29e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ int main(int argc, char* argv[])
for (auto const& path : paths)
{
SHADE::SHMeshCompiler::LoadAndCompile(path);
SH_COMP::MeshCompiler::LoadAndCompile(path);
}
return 0;