Skip to content

Commit

Permalink
fix getModuleName
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Jan 15, 2024
1 parent c359b7c commit 067a3fb
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 067a3fb

Please sign in to comment.