fixed wrong function call

This commit is contained in:
Luigi Malomo 2015-10-22 10:45:18 +00:00
parent 4a7940a37b
commit ac6d5cc362
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ vcg::tri::UpdateColor<Mesh>::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)
{