mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 06:51:15 +02:00
Remove unused variable
This commit is contained in:
parent
286f23d512
commit
e68a8794ce
1 changed files with 0 additions and 1 deletions
|
@ -2015,7 +2015,6 @@ void Rig::copyJointsFromJointData(const QVector<JointData>& jointDataVec) {
|
|||
std::vector<glm::quat> rotations;
|
||||
rotations.reserve(numJoints);
|
||||
const glm::quat rigToGeometryRot(glmExtractRotation(_rigToGeometryTransform));
|
||||
const glm::vec3 rigToGeometryScale(extractScale(_rigToGeometryTransform));
|
||||
|
||||
for (int i = 0; i < numJoints; i++) {
|
||||
const JointData& data = jointDataVec.at(i);
|
||||
|
|
Loading…
Reference in a new issue