mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 03:41:39 +02:00
lower action lifetime
This commit is contained in:
parent
d4f954a0e2
commit
2700529b33
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ var MSEC_PER_SEC = 1000.0;
|
||||||
// these control how long an abandoned pointer line will hang around
|
// these control how long an abandoned pointer line will hang around
|
||||||
var startTime = Date.now();
|
var startTime = Date.now();
|
||||||
var LIFETIME = 10;
|
var LIFETIME = 10;
|
||||||
var ACTION_LIFETIME = 120; // 2 minutes
|
var ACTION_LIFETIME = 10; // seconds
|
||||||
|
|
||||||
// states for the state machine
|
// states for the state machine
|
||||||
var STATE_OFF = 0;
|
var STATE_OFF = 0;
|
||||||
|
|
Loading…
Reference in a new issue