Skip to content
Snippets Groups Projects
Commit 91ca6e3d authored by Carlos M. Mateo's avatar Carlos M. Mateo Committed by Ben Boeckel
Browse files

vtkOBJImporterInternals: add missing close bracket

parent 00f68944
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,7 @@ std::vector<vtkOBJImportedMaterial*> vtkOBJPolyDataProcessor::ParseOBJandMTL(
<< "requests texture file that appears not to exist: "
<< current_mtl->texture_filename << "; texture path: " << this->TexturePath << "\n");
}
}
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment