From e28f80401f32760006489a1b021489343fee1bb4 Mon Sep 17 00:00:00 2001 From: Menithal Date: Sun, 5 Nov 2017 01:05:35 +0200 Subject: [PATCH] 21539: Removed debug, added whitespace for format --- plugins/openvr/src/ViveControllerManager.cpp | 2 -- plugins/openvr/src/ViveControllerManager.h | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/openvr/src/ViveControllerManager.cpp b/plugins/openvr/src/ViveControllerManager.cpp index 6b24aa0b5b..4e1f8717c6 100644 --- a/plugins/openvr/src/ViveControllerManager.cpp +++ b/plugins/openvr/src/ViveControllerManager.cpp @@ -459,8 +459,6 @@ void ViveControllerManager::InputDevice::configureCalibrationSettings(const QJso } _hmdTrackingEnabled = !(hmdDesktopMode && !hmdDesktopTracking); - - qDebug() << "HMD desktop tracking Enabled" << _hmdTrackingEnabled << "-" << hmdDesktopMode << "-" << hmdDesktopTracking << !(hmdDesktopMode && !hmdDesktopTracking); } } diff --git a/plugins/openvr/src/ViveControllerManager.h b/plugins/openvr/src/ViveControllerManager.h index cbe331feb3..6767aafad2 100644 --- a/plugins/openvr/src/ViveControllerManager.h +++ b/plugins/openvr/src/ViveControllerManager.h @@ -194,7 +194,7 @@ private: bool _overrideHands { false }; mutable std::recursive_mutex _lock; - bool _hmdTrackingEnabled{ false }; + bool _hmdTrackingEnabled { false }; QString configToString(Config config); friend class ViveControllerManager; @@ -207,7 +207,7 @@ private: bool _resetMatCalculated { false }; bool _desktopMode { false }; - bool _hmdDesktopTracking{ false }; + bool _hmdDesktopTracking { false }; glm::mat4 _resetMat { glm::mat4() }; model::Geometry _modelGeometry;