mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
put run.js back in defaultScripts
This commit is contained in:
parent
2388bea39d
commit
f6ce254059
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ var DEFAULT_SCRIPTS_COMBINED = [
|
|||
"system/dialTone.js",
|
||||
"system/firstPersonHMD.js",
|
||||
"system/tablet-ui/tabletUI.js",
|
||||
"system/emote.js"
|
||||
"system/emote.js",
|
||||
"system/run.js"
|
||||
];
|
||||
var DEFAULT_SCRIPTS_SEPARATE = [
|
||||
"system/controllers/controllerScripts.js"
|
||||
|
|
Loading…
Reference in a new issue