소스 검색

Fix build exclude define in BlenderScene.cpp, fixes #205

Alexander Gessler 11 년 전
부모
커밋
9186911da0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code/BlenderScene.cpp

+ 1 - 1
code/BlenderScene.cpp

@@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *  @brief MACHINE GENERATED BY ./scripts/BlenderImporter/genblenddna.py
  */
 #include "AssimpPCH.h"
-#ifndef AI_BUILD_NO_BLEND_IMPORTER
+#ifndef ASSIMP_BUILD_NO_BLEND_IMPORTER
 
 #include "BlenderDNA.h"
 #include "BlenderScene.h"