mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-19 02:51:07 +02:00
seems like you need to offset the include from the script that uses it
This commit is contained in:
parent
4fdcdf095c
commit
6771252eab
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
Script.include("globals.js");
|
||||
Script.include("../../libraries/globals.js");
|
||||
|
||||
// experimental 3dmode
|
||||
THREE_D_MODE = false;
|
||||
|
|
Loading…
Reference in a new issue