Merge pull request #5228 from DaveDubUK/walk-1.25

walk.js disable audio by default
This commit is contained in:
Brad Hefta-Gaub 2015-07-01 13:19:45 -07:00
commit 8ec3f7ea46

View file

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