mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
daeegg: Fix a compiler warning
This commit is contained in:
parent
2396bd26dc
commit
e113503538
@ -38,10 +38,10 @@ public:
|
||||
|
||||
struct Joint {
|
||||
INLINE Joint(EggGroup *group, const FCDSceneNode *scene_node) :
|
||||
_bind_pose(LMatrix4d::ident_mat()),
|
||||
_group(group),
|
||||
_scene_node(scene_node),
|
||||
_character(nullptr),
|
||||
_bind_pose(LMatrix4d::ident_mat()) {}
|
||||
_character(nullptr) {}
|
||||
|
||||
LMatrix4d _bind_pose;
|
||||
PT(EggGroup) _group;
|
||||
|
Loading…
x
Reference in New Issue
Block a user