Removed unused variable.

This commit is contained in:
Andrzej Kapolka 2013-10-22 17:26:42 -07:00
parent 9dd41f4206
commit cf98d900f9

View file

@ -66,7 +66,6 @@ void Model::simulate(float deltaTime) {
// set up world vertices on first simulate after load
const FBXGeometry& geometry = _geometry->getFBXGeometry();
if (_jointStates.isEmpty()) {
QVector<glm::vec3> vertices;
foreach (const FBXJoint& joint, geometry.joints) {
JointState state;
state.rotation = joint.rotation;