Increase delay in shrinking the mini tablet after start of trigger

This commit is contained in:
David Rowe 2018-11-02 08:33:14 +13:00
parent 5c78a463de
commit 1e3549d263

View file

@ -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,