mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 09:43:01 +02:00
set right thing initially
This commit is contained in:
parent
632bf997f3
commit
b02d14fcc2
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
if (!soundPlaying && ambientSound.downloaded) {
|
||||
soundPlaying = Audio.playSound(ambientSound, { loop: true,
|
||||
localOnly: true,
|
||||
rotation: rotation,
|
||||
orientation: rotation,
|
||||
volume: volume });
|
||||
debugPrint("Starting ambient sound, volume: " + volume);
|
||||
if (WANT_COLOR_CHANGE) {
|
||||
|
|
Loading…
Reference in a new issue