mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 05:51:07 +02:00
Fix sound position
This commit is contained in:
parent
3149bb834d
commit
f8fdbe5499
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ function isFunction(functionToCheck) {
|
|||
};
|
||||
function playSuccessSound() {
|
||||
this.soundInjector = Audio.playSound(successSound, {
|
||||
position: defaultTransform.position,
|
||||
position: MyAvatar.position,
|
||||
volume: 0.7,
|
||||
loop: false
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue