diff --git a/vcg/complex/algorithms/parametrization/voronoi_atlas.h b/vcg/complex/algorithms/parametrization/voronoi_atlas.h index a22640be..ac86204b 100644 --- a/vcg/complex/algorithms/parametrization/voronoi_atlas.h +++ b/vcg/complex/algorithms/parametrization/voronoi_atlas.h @@ -144,7 +144,7 @@ public: tri::UpdateTopology::VertexFace(m); tri::VoronoiProcessing::ComputePerVertexSources(m,seedVec,edFunc); tri::VoronoiProcessing::FaceAssociateRegion(m); - tri::VoronoiProcessing::VoronoiColoring(m,seedVec,true); + tri::VoronoiProcessing::VoronoiColoring(m,true); std::vector badRegionVec; int st2=clock(); pp.vas.voronoiTime+=st2-st1;