mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 09:07:19 +02:00
Merge pull request #5228 from DaveDubUK/walk-1.25
walk.js disable audio by default
This commit is contained in:
commit
8ec3f7ea46
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue