mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
absolute path for now- just for testing purposes before merge
This commit is contained in:
parent
7969fb64ce
commit
1991ba0eba
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
(function() {
|
||||
Script.include("../libraries/utils.js");
|
||||
// Script.include("../libraries/utils.js");
|
||||
//Need absolute path for now, for testing before PR merge and s3 cloning. Will change post-merge
|
||||
Script.include("https://hifi-public.s3.amazonaws.com/scripts/libraries/utils.js");
|
||||
GRAB_FRAME_USER_DATA_KEY = "grabFrame";
|
||||
this.userData = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue