Merge pull request #10475 from highfidelity/viveChange

Change Puck Calibration Time from 2 sec to 1 sec
This commit is contained in:
anshuman64 2017-05-16 13:58:18 -07:00 committed by GitHub
commit b36fb81524

View file

@ -40,7 +40,7 @@ void releaseOpenVrSystem();
static const char* CONTROLLER_MODEL_STRING = "vr_controller_05_wireless_b";
const quint64 CALIBRATION_TIMELAPSE = 2 * USECS_PER_SECOND;
const quint64 CALIBRATION_TIMELAPSE = 1 * USECS_PER_SECOND;
static const char* MENU_PARENT = "Avatar";
static const char* MENU_NAME = "Vive Controllers";