From 20429b98011a49129ed387bed2834807c966a798 Mon Sep 17 00:00:00 2001 From: malomo Date: Mon, 16 Mar 2015 14:06:09 +0000 Subject: [PATCH] Fixed wrong check for FF adj. --- vcg/complex/algorithms/update/flag.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vcg/complex/algorithms/update/flag.h b/vcg/complex/algorithms/update/flag.h index 65d209d2..ec9ae05f 100644 --- a/vcg/complex/algorithms/update/flag.h +++ b/vcg/complex/algorithms/update/flag.h @@ -344,8 +344,9 @@ public: { RequirePerFaceFlags(m); RequirePerVertexFlags(m); - RequirePerFaceAdjacency(m); -// tri::MeshAssert::FFAdjacencyIsInitialized(m); + RequireFFAdjacency(m); + // MeshAssert::FFAdjacencyIsInitialized(m); + VertexClearB(m); for(FaceIterator fi=m.face.begin();fi!=m.face.end();++fi) if(!(*fi).IsD())