few cleanup

This commit is contained in:
Julien Valentin
2017-08-31 13:49:27 +02:00
parent 068a032dac
commit b790986f37
3 changed files with 16 additions and 14 deletions

View File

@@ -70,7 +70,6 @@ void RigTransformSoftware::buildMinimumUpdateSet( const BoneMap&boneMap, const R
const VertexIndexWeight &iw = *infit;
const unsigned int &index = iw.getIndex();
float weight = iw.getWeight();
perVertexInfluences[index].push_back(BonePtrWeight(bone, weight));
}
}