Skip to content
Snippets Groups Projects
Commit dcd713db authored by Isaak Lim's avatar Isaak Lim
Browse files

removed possible copy paste error

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@15026 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 29b1b7fa
No related branches found
No related tags found
No related merge requests found
......@@ -401,7 +401,7 @@ void DecimaterPlugin::decimate(int _objID, QVariantMap _constraints) {
case 0:
decimater->setDecimationOrder(DecimaterInfo::DISTANCE);
decimater_object.add( hModQuadric );
decimater_object.module( hModQuadric )_constraints.unset_max_err();
decimater_object.module( hModQuadric ).unset_max_err();
break;
case 1:
decimater->setDecimationOrder(DecimaterInfo::NORMALDEV);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment