mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 12:12:39 +02:00
Fix Settings > Calibration dialog not functioning when HIFI_DEBUG_OPENVR
This commit is contained in:
parent
5ce60a9ab7
commit
e95dd3c2bd
1 changed files with 3 additions and 0 deletions
|
@ -863,6 +863,9 @@ void ViveControllerManager::InputDevice::update(float deltaTime, const controlle
|
|||
if (_headsetName == "HTC") {
|
||||
_headsetName += " Vive";
|
||||
}
|
||||
if (oculusViaOpenVR()) {
|
||||
_headsetName = "OpenVR"; // Enables calibration dialog to function when debugging using Oculus.
|
||||
}
|
||||
}
|
||||
// While the keyboard is open, we defer strictly to the keyboard values
|
||||
if (isOpenVrKeyboardShown()) {
|
||||
|
|
Loading…
Reference in a new issue