Explorar o código

Update ImporterRegistry.cpp

fix case-sensiive folder bug.
Kim Kulling %!s(int64=6) %!d(string=hai) anos
pai
achega
4dcb3c9235
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      code/Common/ImporterRegistry.cpp

+ 2 - 2
code/Common/ImporterRegistry.cpp

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