Skip to content
Snippets Groups Projects
Commit 90e6a205 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'release-6.3-fix-missing-close-brace' into release-6.3


91ca6e3d vtkOBJImporterInternals: add missing close bracket

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Reviewed-by: default avatarBrad King <brad.king@kitware.com>
Merge-request: !3347
parents 00f68944 91ca6e3d
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