fix CR feedback

This commit is contained in:
ZappoMan 2015-07-15 09:03:07 -07:00
parent e39ea72daf
commit 53c3e3d731

View file

@ -366,7 +366,6 @@ void SkeletonModel::renderJointConstraints(gpu::Batch& batch, int jointIndex) {
geometryCache->renderVertices(batch, gpu::TRIANGLE_FAN, _triangleFanID);
}
glPopMatrix();
renderOrientationDirections(jointIndex, position, _rotation * jointState.getRotation(), directionSize);
jointIndex = joint.parentIndex;