mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 05:33:55 +02:00
removed white space and stray semi colon
This commit is contained in:
parent
a81576f311
commit
3e1beb2dca
2 changed files with 1 additions and 2 deletions
|
@ -302,7 +302,7 @@ void MySkeletonModel::updateRig(float deltaTime, glm::mat4 parentTransform) {
|
|||
eyeParams.modelRotation = getRotation();
|
||||
eyeParams.modelTranslation = getTranslation();
|
||||
eyeParams.leftEyeJointIndex = _rig.indexOfJoint("LeftEye");
|
||||
eyeParams.rightEyeJointIndex = _rig.indexOfJoint("RightEye");;
|
||||
eyeParams.rightEyeJointIndex = _rig.indexOfJoint("RightEye");
|
||||
|
||||
_rig.updateFromEyeParameters(eyeParams);
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <QtEndian>
|
||||
#include <QFileInfo>
|
||||
|
||||
|
||||
#include <glm/gtc/quaternion.hpp>
|
||||
#include <glm/gtx/quaternion.hpp>
|
||||
#include <glm/gtx/transform.hpp>
|
||||
|
|
Loading…
Reference in a new issue