mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 18:13:52 +02:00
fix warning
This commit is contained in:
parent
202e430adb
commit
9d3c674271
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ void Agent::executeScript() {
|
||||||
Transform audioTransform;
|
Transform audioTransform;
|
||||||
|
|
||||||
auto avatarOrientation = scriptedAvatar->getOrientation();
|
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.setTranslation(scriptedAvatar->getPosition());
|
||||||
audioTransform.setRotation(avatarOrientation);
|
audioTransform.setRotation(avatarOrientation);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue