Fix 32-bit Windows compilation issue with Eigen
This commit is contained in:
parent
0c6638b99c
commit
93e8d4d5f5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue