mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:09:22 +02:00
Fixing a comment
This commit is contained in:
parent
e97e864de7
commit
0dc551409d
1 changed files with 1 additions and 1 deletions
|
@ -1551,7 +1551,7 @@ void AvatarData::fromFrame(const QByteArray& frameData, AvatarData& result) {
|
||||||
auto joint = jointDataFromJsonValue(jointJson);
|
auto joint = jointDataFromJsonValue(jointJson);
|
||||||
jointArray.push_back(joint);
|
jointArray.push_back(joint);
|
||||||
result.setJointData(i, joint.rotation, joint.translation);
|
result.setJointData(i, joint.rotation, joint.translation);
|
||||||
result._jointData[i].rotationSet = true; // Have to do that yep
|
result._jointData[i].rotationSet = true; // Have to do that to broadcast the avatar new pose
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
result.setRawJointData(jointArray);
|
result.setRawJointData(jointArray);
|
||||||
|
|
Loading…
Reference in a new issue