diff --git a/src/main.cpp b/src/main.cpp index c15daa5..18e0ed0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;