소스 검색

Merge pull request #1484 from Bloodknight/MinorHeaderPathFixes

Updated paths for collada tdictionary.h
Areloch 9 년 전
부모
커밋
10ee9c4e97
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Engine/source/ts/collada/colladaAppMesh.h
  2. 1 1
      Engine/source/ts/collada/colladaAppNode.h

+ 1 - 1
Engine/source/ts/collada/colladaAppMesh.h

@@ -24,7 +24,7 @@
 #define _COLLADA_APPMESH_H_
 
 #ifndef _TDICTIONARY_H_
-#include "core/tDictionary.h"
+#include "core/util/tDictionary.h"
 #endif
 #ifndef _APPMESH_H_
 #include "ts/loader/appMesh.h"

+ 1 - 1
Engine/source/ts/collada/colladaAppNode.h

@@ -24,7 +24,7 @@
 #define _COLLADA_APPNODE_H_
 
 #ifndef _TDICTIONARY_H_
-#include "core/tDictionary.h"
+#include "core/util/tDictionary.h"
 #endif
 #ifndef _APPNODE_H_
 #include "ts/loader/appNode.h"