mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Halve the volume
This commit is contained in:
parent
eb5b92ae5d
commit
f2bdbe051c
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