mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 21:33:00 +02:00
change design to run chat separately so it can be removed if users prefer to not use it
This commit is contained in:
parent
0e27ad767c
commit
03edb06ecb
1 changed files with 3 additions and 3 deletions
|
@ -29,11 +29,11 @@ var DEFAULT_SCRIPTS_COMBINED = [
|
|||
"system/notifications.js",
|
||||
"system/dialTone.js",
|
||||
"system/firstPersonHMD.js",
|
||||
"system/tablet-ui/tabletUI.js",
|
||||
"system/chat.js"
|
||||
"system/tablet-ui/tabletUI.js"
|
||||
];
|
||||
var DEFAULT_SCRIPTS_SEPARATE = [
|
||||
"system/controllers/controllerScripts.js"
|
||||
"system/controllers/controllerScripts.js",
|
||||
"system/chat.js"
|
||||
];
|
||||
|
||||
// add a menu item for debugging
|
||||
|
|
Loading…
Reference in a new issue