mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
removed initial delay for seek beams
This commit is contained in:
parent
250d071788
commit
13e03b35cc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue