瀏覽代碼

mac/linux fix

marauder2k7 9 月之前
父節點
當前提交
13a6df35cc
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 1 1
      Engine/source/ts/assimp/assimpAppNode.cpp
  2. 3 1
      Engine/source/ts/assimp/assimpAppNode.h

+ 1 - 1
Engine/source/ts/assimp/assimpAppNode.cpp

@@ -23,7 +23,7 @@
 #include "platform/platform.h"
 #include "ts/loader/appSequence.h"
 #include "ts/assimp/assimpAppNode.h"
-#include "ts/assimp/assimpAppMesh.h"
+
 
 // assimp include files. 
 #include <assimp/cimport.h>

+ 3 - 1
Engine/source/ts/assimp/assimpAppNode.h

@@ -32,7 +32,9 @@
 #ifndef _COLLADA_EXTENSIONS_H_
 #include "ts/collada/colladaExtensions.h"
 #endif
-
+#ifndef _ASSIMP_APPMESH_H_
+#include "ts/assimp/assimpAppMesh.h"
+#endif
 #ifndef AI_TYPES_H_INC
 #include <assimp/types.h>
 #endif