Removing the setJointTranslations which is not helping...

This commit is contained in:
Sam Gateau 2015-11-09 23:38:51 -08:00
parent b47c5dbff2
commit 06a87012ad

View file

@ -277,7 +277,7 @@ void Player::play() {
// _avatar->setRawJointData(jointArray); // FIXME: Enable once the setRawJointData is fixed
_avatar->setJointRotations(jointRotations); // FIXME: remove once the setRawJointData is fixed
_avatar->setJointTranslations(jointTranslations); // FIXME: remove once the setRawJointData is fixed
// _avatar->setJointTranslations(jointTranslations); // FIXME: remove once the setRawJointData is fixed
HeadData* head = const_cast<HeadData*>(_avatar->getHeadData());
if (head) {