diff --git a/assignment-client/src/Agent.cpp b/assignment-client/src/Agent.cpp index 32076b60e3..2cae3dad64 100644 --- a/assignment-client/src/Agent.cpp +++ b/assignment-client/src/Agent.cpp @@ -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);