mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:28:03 +02:00
Oene more fix
This commit is contained in:
parent
03fdc1396c
commit
3c9b14ee94
1 changed files with 1 additions and 1 deletions
|
@ -2805,7 +2805,7 @@ glm::mat4 MyAvatar::getLeftArmCalibrationMat() const {
|
||||||
auto leftArmRot = getAbsoluteDefaultJointRotationInObjectFrame(leftArmIndex);
|
auto leftArmRot = getAbsoluteDefaultJointRotationInObjectFrame(leftArmIndex);
|
||||||
return createMatFromQuatAndPos(leftArmRot, leftArmPos);
|
return createMatFromQuatAndPos(leftArmRot, leftArmPos);
|
||||||
} else {
|
} else {
|
||||||
return createMatFromQuatAndPos(DEFAULT_AVATAR_LEFTARM_ROT, DEFAULT_AVATAR_RIGHTARM_POS);
|
return createMatFromQuatAndPos(DEFAULT_AVATAR_LEFTARM_ROT, DEFAULT_AVATAR_LEFTARM_POS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue