fix warning

This commit is contained in:
Brad Hefta-Gaub 2017-02-08 13:41:09 -08:00
parent 202e430adb
commit 9d3c674271

View file

@ -377,7 +377,7 @@ void Agent::executeScript() {
Transform audioTransform;
auto avatarOrientation = scriptedAvatar->getOrientation();
glm::quat headOrientation = scriptedAvatar->getHeadOrientation(); // FIXME - should we be using head orientation of avatar orientation?
//glm::quat headOrientation = scriptedAvatar->getHeadOrientation(); // FIXME - should we be using head orientation of avatar orientation?
audioTransform.setTranslation(scriptedAvatar->getPosition());
audioTransform.setRotation(avatarOrientation);