mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +02:00
Update test case initialization post cauterization changes.
This commit is contained in:
parent
7fdba9132e
commit
12d449f69d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void RigTests::initTestCase() {
|
|||
}
|
||||
|
||||
_rig = std::make_shared<AvatarRig>();
|
||||
_rig->initJointStates(jointStates, glm::mat4(), geometry.neckJointIndex);
|
||||
_rig->initJointStates(jointStates, glm::mat4());
|
||||
std::cout << "Rig is ready " << geometry.joints.count() << " joints " << std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue