mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
Fixed bug in predicate object instantiation.
This commit is contained in:
parent
6d1d496525
commit
5962ced45f
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user