Skip to content

Commit

Permalink
Merge pull request #8 from sofa-framework/fix_getmodulename
Browse files Browse the repository at this point in the history
Fix init::GetModuleName()
  • Loading branch information
fredroy authored Jan 15, 2024
2 parents 4c57237 + 067a3fb commit 79d1691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ManifoldTopologies/initManifoldTopologies.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void initExternalModule()

const char* getModuleName()
{
return "Manifold Topologies Plugin";
return "ManifoldTopologies";
}

const char* getModuleVersion()
Expand Down

0 comments on commit 79d1691

Please sign in to comment.