From 13e03b35cc39b0498230e910de8d92278c22fe47 Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Tue, 20 Dec 2016 13:23:28 -0800 Subject: [PATCH] removed initial delay for seek beams --- scripts/system/controllers/handControllerGrab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index ee810108c2..f75fcd1e9b 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -1468,7 +1468,7 @@ function MyController(hand) { this.search = function(deltaTime, timestamp) { var _this = this; var name; - var FAR_SEARCH_DELAY = 350; // msecs before search beam appears + var FAR_SEARCH_DELAY = 0; // msecs before search beam appears var farSearching = this.triggerSmoothedSqueezed() && (Date.now() - this.searchStartTime > FAR_SEARCH_DELAY);