added missing std prefix
This commit is contained in:
parent
987a4e0234
commit
05ba578f8e
|
@ -443,7 +443,7 @@ class TriEdgeCollapseQuadricTex: public vcg::tri::TriEdgeCollapse< TriMeshType,
|
|||
}
|
||||
|
||||
|
||||
this->_priority = max(priority1, priority2)*(1 + (pp->ExtraTCoordWeight)*(QH::Vd(this->pos.V(0)).size()+QH::Vd(this->pos.V(1)).size() - 2));
|
||||
this->_priority = std::max(priority1, priority2)*(1 + (pp->ExtraTCoordWeight)*(QH::Vd(this->pos.V(0)).size()+QH::Vd(this->pos.V(1)).size() - 2));
|
||||
|
||||
return this->_priority;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue