mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Increase delay in shrinking the mini tablet after start of trigger
This commit is contained in:
parent
5c78a463de
commit
1e3549d263
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@
|
|||
// Trigger values.
|
||||
leftTriggerOn = 0,
|
||||
rightTriggerOn = 0,
|
||||
MAX_TRIGGER_ON_TIME = 100,
|
||||
MAX_TRIGGER_ON_TIME = 400,
|
||||
|
||||
// Visibility.
|
||||
MAX_HAND_CAMERA_ANGLE = 30,
|
||||
|
|
Loading…
Reference in a new issue