mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 12:32:12 +02:00
Volume Change
This commit is contained in:
parent
76901f5bf9
commit
0b2de18e8e
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue