mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:03:31 +02:00
fixed library paths
This commit is contained in:
parent
19eec81173
commit
ff6cae738b
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
Script.include("libraries/virtualKeyboard.js");
|
||||
Script.include("../../libraries/virtualKeyboard.js");
|
||||
|
||||
var windowDimensions = Controller.getViewportDimensions();
|
||||
var cursor = null;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
Script.include("libraries/virtualKeyboard.js");
|
||||
Script.include("../../libraries/virtualKeyboard.js");
|
||||
|
||||
const SPAWN_DISTANCE = 1;
|
||||
const DEFAULT_TEXT_DIMENSION_Z = 0.02;
|
||||
|
|
Loading…
Reference in a new issue