mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 20:22:34 +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;
|
||||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue