Merge pull request #1136 from ey6es/ick

Fix for voxel attachments.
This commit is contained in:
Andrzej Kapolka 2013-10-28 17:08:13 -07:00
commit 5f5b65121a

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