diff --git a/vcg/complex/algorithms/polygon_support.h b/vcg/complex/algorithms/polygon_support.h index dd5c97fc..f9cbf4eb 100644 --- a/vcg/complex/algorithms/polygon_support.h +++ b/vcg/complex/algorithms/polygon_support.h @@ -195,7 +195,7 @@ namespace tri { } p.FlipV(); } while(p!=start); - assert(vs.size() == fs.size()+2); + //assert(vs.size() == fs.size()+2); } static void ExtractPolygon(typename TriMeshType::FacePointer tfp, std::vector &vs) {