mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
use load instead of include for default scripts since Script.load() now works better
This commit is contained in:
parent
7476c61647
commit
293fc56a66
1 changed files with 6 additions and 6 deletions
|
@ -8,9 +8,9 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
Script.include("lookWithTouch.js");
|
Script.load("lookWithTouch.js");
|
||||||
Script.include("editVoxels.js");
|
Script.load("editVoxels.js");
|
||||||
Script.include("editModels.js");
|
Script.load("editModels.js");
|
||||||
Script.include("selectAudioDevice.js");
|
Script.load("selectAudioDevice.js");
|
||||||
Script.include("hydraMove.js");
|
Script.load("hydraMove.js");
|
||||||
Script.include("inspect.js");
|
Script.load("inspect.js");
|
||||||
|
|
Loading…
Reference in a new issue