mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-07 19:21:18 +02:00
updated light switch sound volume to be 50% of what it was
This commit is contained in:
parent
99dc5a5127
commit
cf701095c4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
|
||||
Audio.playSound(this.switchSound, {
|
||||
volume: 1,
|
||||
volume: 0.5,
|
||||
position: this.position
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue