Oops; I broke the voxel attachments.

This commit is contained in:
Andrzej Kapolka 2013-10-28 16:36:31 -07:00
parent e7b05f40ef
commit e45446a0ee

View file

@ -1303,7 +1303,8 @@ FBXGeometry readSVO(const QByteArray& model) {
FBXGeometry geometry;
// we have one joint
FBXJoint joint = { -1 };
FBXJoint joint = { false };
joint.parentIndex = -1;
geometry.joints.append(joint);
// and one mesh with one cluster and one part