Fixed bug in predicate object instantiation.

This commit is contained in:
Paolo Cignoni cignoni 2008-04-16 22:32:53 +00:00
parent 6d1d496525
commit 5962ced45f

View File

@ -166,7 +166,7 @@ bool GeometryAgingPlugin::applyFilter(QAction *filter, MeshModel &m, FilterParam
// edge predicate
AgingEdgePred ep = AgingEdgePred((useQuality?AgingEdgePred::QUALITY:AgingEdgePred::ANGLE),
selected, edgeLenTreshold, thresholdValue);
(selected && useQuality), edgeLenTreshold, thresholdValue);
int fcount = 1; // face counter (to update progress bar)