Missed one subdivider! refs #266
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@521 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -106,7 +106,7 @@ protected: // inherited interface
|
||||
|
||||
bool prepare( MeshType& _m );
|
||||
|
||||
bool subdivide( MeshType& _m, size_t _n )
|
||||
bool subdivide( MeshType& _m, size_t _n, const bool _update_points = true )
|
||||
{
|
||||
assert( p_mesh_ == &_m );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user