Corrected a wrong template arg MyMesh into the right MeshType

This commit is contained in:
Paolo Cignoni 2009-01-18 23:52:27 +00:00
parent 6be9fe3b03
commit 0879d07401
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ void Sphere(MeshType &in, const int subdiv = 3 )
vi->P().Normalize();
tri::UpdateFlags<MeshType>::FaceBorderFromNone(in);
tri::UpdateTopology<MyMesh>::FaceFace(in);
tri::UpdateTopology<MeshType>::FaceFace(in);
size_t lastsize = 0;
for(int i = 0 ; i < subdiv; ++i)