소스 검색

Fix 32-bit Windows compilation issue with Eigen

rdb 10 년 전
부모
커밋
93e8d4d5f5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pandatool/src/daeegg/daeCharacter.h

+ 2 - 1
pandatool/src/daeegg/daeCharacter.h

@@ -19,6 +19,7 @@
 #include "typedReferenceCount.h"
 #include "typeHandle.h"
 #include "eggTable.h"
+#include "epvector.h"
 
 #include "pre_fcollada_include.h"
 #include "FCollada.h"
@@ -49,7 +50,7 @@ public:
     const FCDSceneNode *_scene_node;
     DaeCharacter *_character;
   };
-  typedef pvector<Joint> Joints;
+  typedef epvector<Joint> Joints;
   typedef pmap<string, Joint> JointMap;
 
   void bind_joints(JointMap &joint_map);