mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:50:36 +02:00
Fix tabs
This commit is contained in:
parent
28d9409bf0
commit
ef0164c272
3 changed files with 109 additions and 109 deletions
|
@ -222,7 +222,7 @@ void MySkeletonModel::updateRig(float deltaTime, glm::mat4 parentTransform) {
|
|||
auto orientation = myAvatar->getLocalOrientation();
|
||||
_rig.computeMotionAnimationState(deltaTime, position, velocity, orientation, ccState);
|
||||
|
||||
//// evaluate AnimGraph animation and update jointStates.
|
||||
// evaluate AnimGraph animation and update jointStates.
|
||||
Model::updateRig(deltaTime, parentTransform);
|
||||
|
||||
Rig::EyeParameters eyeParams;
|
||||
|
|
Loading…
Reference in a new issue