mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 01:12:48 +02:00
Remove fingerPaint.js from defaultScripts.js.
This commit is contained in:
parent
c22d2add17
commit
b18ffe9508
1 changed files with 1 additions and 2 deletions
|
@ -32,9 +32,8 @@ var DEFAULT_SCRIPTS_COMBINED = [
|
|||
"system/tablet-ui/tabletUI.js"
|
||||
];
|
||||
var DEFAULT_SCRIPTS_SEPARATE = [
|
||||
"system/controllers/controllerScripts.js",
|
||||
"system/controllers/controllerScripts.js"
|
||||
// "system/chat.js"
|
||||
"system/fingerPaint/fingerPaint.js"
|
||||
];
|
||||
|
||||
// add a menu item for debugging
|
||||
|
|
Loading…
Reference in a new issue