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) {