Skip to content

Commit c2f880f

Browse files
committed
OpenVR: Comment out debug output not working on OpenVR SDK 1.4.18
1 parent f52395e commit c2f880f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/VR/iAVRModuleInterface.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ void iAVRModuleInterface::info()
7070
DEBUG_LOG(QString("VR Information:"));
7171
DEBUG_LOG(QString(" Head-mounted display present: %1").arg(vr::VR_IsHmdPresent() ? "yes" : "no"));
7272
DEBUG_LOG(QString(" Is Runtime installed: %1").arg(vr::VR_IsRuntimeInstalled() ? "yes" : "no"));
73-
DEBUG_LOG(QString(" OpenVR runtime path: %1").arg(vr::VR_RuntimePath()));
73+
//DEBUG_LOG(QString(" OpenVR runtime path: %1").arg(vr::VR_RuntimePath()));
74+
//#if (vr::k_nSteamVRVersionMajor > 1 || (vr::k_nSteamVRVersionMajor == 1 && k_nSteamVRVersionMinor >= 4))?
7475

7576
vr::EVRInitError eError = vr::VRInitError_None;
7677
auto pHMD = vr::VR_Init(&eError, vr::VRApplication_Scene);

0 commit comments

Comments
 (0)