bugfix...

Apparently I didn't test that -_-
This commit is contained in:
Seiji Emery 2015-08-27 21:44:55 -07:00
parent 2bea436e12
commit c12f192c3a

View file

@ -15,7 +15,7 @@
// UI and debug console implemented using uiwidgets / 2d overlays
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');
}