mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 15:40:16 +02:00
whitespace formatting
This commit is contained in:
parent
509445d1a2
commit
b59ea6f8b4
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ glm::vec3 MyAvatar::getLeftPalmPosition() {
|
|||
leftHandPosition += HAND_TO_PALM_OFFSET * glm::inverse(leftRotation);
|
||||
return leftHandPosition;
|
||||
}
|
||||
|
||||
glm::vec3 MyAvatar::getRightPalmPosition() {
|
||||
glm::vec3 rightHandPosition;
|
||||
getSkeletonModel().getRightHandPosition(rightHandPosition);
|
||||
|
|
Loading…
Reference in a new issue