mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Reverted grab back to 5 hz
This commit is contained in:
parent
33ff21f376
commit
04f0d792bb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ var MSEC_PER_SEC = 1000.0;
|
|||
var startTime = Date.now();
|
||||
var LIFETIME = 10;
|
||||
var ACTION_LIFETIME = 10; // seconds
|
||||
var PICKS_PER_SECOND_PER_HAND = 60;
|
||||
var PICKS_PER_SECOND_PER_HAND = 5;
|
||||
var MSECS_PER_SEC = 1000.0;
|
||||
|
||||
// states for the state machine
|
||||
|
|
Loading…
Reference in a new issue