Merge pull request #9265 from zfox23/HalveBubbleVolume

Halve the space bubble audio volume
This commit is contained in:
Zach Fox 2016-12-22 16:41:44 -08:00 committed by GitHub
commit aff05a56e7

View file

@ -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) {