mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:43:53 +02:00
Merge pull request #9265 from zfox23/HalveBubbleVolume
Halve the space bubble audio volume
This commit is contained in:
commit
aff05a56e7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
Audio.playSound(bubbleActivateSound, {
|
||||
position: { x: MyAvatar.position.x, y: MyAvatar.position.y, z: MyAvatar.position.z },
|
||||
localOnly: true,
|
||||
volume: 0.4
|
||||
volume: 0.2
|
||||
});
|
||||
hideOverlays();
|
||||
if (updateConnected === true) {
|
||||
|
|
Loading…
Reference in a new issue