Update ImporterRegistry.cpp

fix case-sensiive folder bug.
pull/2506/head
Kim Kulling 2019-06-11 21:55:21 +02:00 committed by GitHub
parent fc065d8ab4
commit 4dcb3c9235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -122,10 +122,10 @@ corresponding preprocessor flag to selectively disable formats.
# include "BVH/BVHLoader.h"
#endif
#ifndef ASSIMP_BUILD_NO_IRRMESH_IMPORTER
# include "IRR/IRRMeshLoader.h"
# include "Irr/IRRMeshLoader.h"
#endif
#ifndef ASSIMP_BUILD_NO_IRR_IMPORTER
# include "IRR/IRRLoader.h"
# include "Irr/IRRLoader.h"
#endif
#ifndef ASSIMP_BUILD_NO_Q3D_IMPORTER
# include "Q3D/Q3DLoader.h"