typo in metro savemask

This commit is contained in:
Paolo Cignoni 2018-02-14 00:23:47 +01:00
parent db7394d19b
commit 8d00be785e
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ int main(int argc, char**argv)
// save error files.
if(flags & SamplingFlags::SAVE_ERROR)
{
int saveMask|=vcg::tri::io::Mask::IOM_VERTCOLOR | vcg::tri::io::Mask::IOM_VERTQUALITY /* | vcg::ply::PLYMask::PM_VERTQUALITY*/ ;
int saveMask = vcg::tri::io::Mask::IOM_VERTCOLOR | vcg::tri::io::Mask::IOM_VERTQUALITY /* | vcg::ply::PLYMask::PM_VERTQUALITY*/ ;
//p.mask|=vcg::ply::PLYMask::PM_VERTCOLOR|vcg::ply::PLYMask::PM_VERTQUALITY;
if(ColorMax!=0 || ColorMin != 0){
vcg::tri::UpdateColor<CMesh>::PerVertexQualityRamp(S1,ColorMin,ColorMax);