mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Make the flashlight grab frame work correctly
This commit is contained in:
parent
d0592d562c
commit
3bf0f388eb
1 changed files with 2 additions and 3 deletions
|
@ -16,11 +16,10 @@
|
|||
(function() {
|
||||
|
||||
function debugPrint(message) {
|
||||
print(message);
|
||||
//print(message);
|
||||
}
|
||||
|
||||
//Script.include("../../libraries/utils.js");
|
||||
Script.include("https://hifi-public.s3.amazonaws.com/scripts/libraries/utils.js");
|
||||
Script.include("../../libraries/utils.js");
|
||||
|
||||
var _this;
|
||||
|
||||
|
|
Loading…
Reference in a new issue