From 427c0e094e000a0de33785cecd6425a4381ae07b Mon Sep 17 00:00:00 2001 From: AndyZe Date: Thu, 18 Apr 2019 14:21:58 -0500 Subject: [PATCH] Small change to compile --- LighthouseTracking.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/LighthouseTracking.cpp b/LighthouseTracking.cpp index a869259..ba571dc 100644 --- a/LighthouseTracking.cpp +++ b/LighthouseTracking.cpp @@ -434,8 +434,6 @@ void LighthouseTracking::HMDCoords() TrackedDevicePose_t trackedDevicePose; HmdVector3_t position; HmdQuaternion_t rot; - if (vr_pointer->IsInputFocusCapturedByAnotherProcess()) - printf( "\nINFO--Input Focus by Another Process"); vr_pointer->GetDeviceToAbsoluteTrackingPose(TrackingUniverseStanding, 0, &trackedDevicePose, 1); position = GetPosition(trackedDevicePose.mDeviceToAbsoluteTracking); rot = GetRotation(trackedDevicePose.mDeviceToAbsoluteTracking);