set right thing initially

This commit is contained in:
Philip Rosedale 2016-12-21 13:17:08 -08:00
parent 632bf997f3
commit b02d14fcc2

View file

@ -106,7 +106,7 @@
if (!soundPlaying && ambientSound.downloaded) { if (!soundPlaying && ambientSound.downloaded) {
soundPlaying = Audio.playSound(ambientSound, { loop: true, soundPlaying = Audio.playSound(ambientSound, { loop: true,
localOnly: true, localOnly: true,
rotation: rotation, orientation: rotation,
volume: volume }); volume: volume });
debugPrint("Starting ambient sound, volume: " + volume); debugPrint("Starting ambient sound, volume: " + volume);
if (WANT_COLOR_CHANGE) { if (WANT_COLOR_CHANGE) {