mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-05 22:02:17 +02:00
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
555dd8fe98
commit
c3c6ad47da
2 changed files with 5 additions and 5 deletions
|
@ -358,9 +358,9 @@ function playNotificationSound() {
|
|||
var injectorOptions = {
|
||||
localOnly: true,
|
||||
position: MyAvatar.position,
|
||||
volume: 0.02,
|
||||
volume: 0.02
|
||||
};
|
||||
var injector = Audio.playSound(notificationSound, injectorOptions);
|
||||
Audio.playSound(notificationSound, injectorOptions);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue