From bb2c640a6dec2d0b207ac7f24641fd168741a716 Mon Sep 17 00:00:00 2001 From: DaveDubUK Date: Sat, 27 Jun 2015 09:23:18 +0700 Subject: [PATCH] walk.js disable audio by default --- examples/libraries/walkApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/libraries/walkApi.js b/examples/libraries/walkApi.js index ab9f5071b1..8b99ad2a98 100644 --- a/examples/libraries/walkApi.js +++ b/examples/libraries/walkApi.js @@ -40,7 +40,7 @@ Avatar = function() { // settings this.headFree = true; this.armsFree = this.hydraCheck(); // automatically sets true to enable Hydra support - temporary fix - this.makesFootStepSounds = true; + this.makesFootStepSounds = false; this.blenderPreRotations = false; // temporary fix this.animationSet = undefined; // currently just one animation set this.setAnimationSet = function(animationSet) {