removed initial delay for seek beams

This commit is contained in:
Philip Rosedale 2016-12-20 13:23:28 -08:00 committed by Stephen Birarda
parent 250d071788
commit 13e03b35cc

View file

@ -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);