diff --git a/vcg/simplex/face/topology.h b/vcg/simplex/face/topology.h index 14746b7c..056d55b2 100644 --- a/vcg/simplex/face/topology.h +++ b/vcg/simplex/face/topology.h @@ -677,7 +677,8 @@ static void VFExtendedStarVF(typename FaceType::VertexType* vp, { ///initialize front faceVec.clear(); - vcg::face::VFStarVF(vp,faceVec); + std::vector indexes; + vcg::face::VFStarVF(vp,faceVec,indexes); ///then dilate front ///for each step for (int step=0;step