mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +02:00
bugfix...
Apparently I didn't test that -_-
This commit is contained in:
parent
2bea436e12
commit
c12f192c3a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
// UI and debug console implemented using uiwidgets / 2d overlays
|
// UI and debug console implemented using uiwidgets / 2d overlays
|
||||||
Script.include("../../libraries/uiwidgets.js");
|
Script.include("../../libraries/uiwidgets.js");
|
||||||
if (typeof('UI') === 'undefined') { // backup link in case the user downloaded this somewhere
|
if (typeof(UI) === 'undefined') { // backup link in case the user downloaded this somewhere
|
||||||
Script.include('http://public.highfidelity.io/scripts/libraries/uiwidgets.js');
|
Script.include('http://public.highfidelity.io/scripts/libraries/uiwidgets.js');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue