mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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() {
|
||||||
|
|
||||||
function debugPrint(message) {
|
function debugPrint(message) {
|
||||||
print(message);
|
//print(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Script.include("../../libraries/utils.js");
|
Script.include("../../libraries/utils.js");
|
||||||
Script.include("https://hifi-public.s3.amazonaws.com/scripts/libraries/utils.js");
|
|
||||||
|
|
||||||
var _this;
|
var _this;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue