[*] Not needed namespace.

This commit is contained in:
Alexandr Arutjunov
2016-09-10 09:07:50 +03:00
parent ac1bcaa4cc
commit d97f00571e
2 changed files with 2 additions and 2 deletions

View File

@@ -672,7 +672,7 @@ void glTFImporter::InternReadFile(const std::string& pFile, aiScene* pScene, IOS
// TODO: it does not split the loaded vertices, should it?
//pScene->mFlags |= AI_SCENE_FLAGS_NON_VERBOSE_FORMAT;
Assimp::MakeVerboseFormatProcess process;
MakeVerboseFormatProcess process;
process.Execute(pScene);