From b02d14fcc2f899fbb8ce5036b85b22f2affed5ae Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Wed, 21 Dec 2016 13:17:08 -0800 Subject: [PATCH] set right thing initially --- scripts/tutorials/entity_scripts/ambientSound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tutorials/entity_scripts/ambientSound.js b/scripts/tutorials/entity_scripts/ambientSound.js index a8e7db239c..620b371400 100644 --- a/scripts/tutorials/entity_scripts/ambientSound.js +++ b/scripts/tutorials/entity_scripts/ambientSound.js @@ -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) {