Volume Change

This commit is contained in:
Patrick Manalich 2017-06-02 16:04:03 -07:00
parent 76901f5bf9
commit 0b2de18e8e

View file

@ -417,7 +417,7 @@ function takeSnapshot() {
Audio.playSound(snapActivateSound, {
position: { x: MyAvatar.position.x, y: MyAvatar.position.y, z: MyAvatar.position.z },
localOnly: true,
volume: 0.2
volume: 1.0
});
HMD.closeTablet();
Script.setTimeout(function () {