mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 21:33:00 +02:00
Fix walkApi include paths
This commit is contained in:
parent
29fd352169
commit
2ad4c5b9e2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
|
||||
// included here to ensure walkApi.js can be used as an API, separate from walk.js
|
||||
Script.include("./libraries/walkConstants.js");
|
||||
Script.include("walkConstants.js");
|
||||
|
||||
Avatar = function() {
|
||||
// if Hydras are connected, the only way to enable use is to never set any arm joint rotation
|
||||
|
|
Loading…
Reference in a new issue