Fix macro used for detecting IRR support

pull/873/head
Richard Selneck 2016-05-02 18:24:26 -04:00
parent 8449afad71
commit 12613720ff
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ void GetImporterInstanceList(std::vector< BaseImporter* >& out)
#if (!defined ASSIMP_BUILD_NO_BVH_IMPORTER)
out.push_back( new BVHLoader());
#endif
#if (!defined ASSIMP_BUILD_NO_IRRMESH_IMPORTER)
#if (!defined ASSIMP_BUILD_NO_IRR_IMPORTER)
out.push_back( new IRRMeshImporter());
#endif
#if (!defined ASSIMP_BUILD_NO_IRR_IMPORTER)