From ac6d5cc36201762a002b7d063aca771fda2cd38c Mon Sep 17 00:00:00 2001 From: malomo Date: Thu, 22 Oct 2015 10:45:18 +0000 Subject: [PATCH] fixed wrong function call --- vcg/complex/algorithms/update/color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/update/color.h b/vcg/complex/algorithms/update/color.h index 1bda5daa..c7070b8a 100644 --- a/vcg/complex/algorithms/update/color.h +++ b/vcg/complex/algorithms/update/color.h @@ -257,7 +257,7 @@ vcg::tri::UpdateColor::PerVertexBorderFlag(m.cm); Color4b BaseColor = Color4b::Green; - VertexConstant(m,BaseColor); + PerVertexConstant(m,BaseColor); for(FaceIterator fi=m.face.begin();fi!=m.face.end();++fi) if(!(*fi).IsD()) for(int j=0;j<3;++j) {