uncommented renderState.clearState() call.

This commit is contained in:
Guido Ranzuglia granzuglia 2012-03-16 09:48:55 +00:00
parent f9f3f393bc
commit da908ce7cc

View File

@ -1174,7 +1174,7 @@ void MainWindow::executeFilter(MeshLabXMLFilterContainer* mfc, EnvWrap& env, boo
void MainWindow::postFilterExecution()
{
//meshDoc()->renderState().clearState();
meshDoc()->renderState().clearState();
FilterThread* obj = qobject_cast<FilterThread*>(QObject::sender());
if (obj == NULL)
return;