From 989cd2d1699c2f5a1c6b03317680530b779cf3d4 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 11 Jul 2020 15:59:16 +1200 Subject: [PATCH] Fix Linux build error --- plugins/openvr/src/ViveControllerManager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/openvr/src/ViveControllerManager.h b/plugins/openvr/src/ViveControllerManager.h index 83de8176cc..956b2b5eaf 100644 --- a/plugins/openvr/src/ViveControllerManager.h +++ b/plugins/openvr/src/ViveControllerManager.h @@ -262,9 +262,10 @@ private: vr::IVRSystem* _system { nullptr }; std::shared_ptr _inputDevice { std::make_shared(_system) }; + bool _eyeTrackingEnabled{ false }; + #ifdef VIVE_PRO_EYE bool _viveProEye { false }; - bool _eyeTrackingEnabled { false }; std::shared_ptr _viveProEyeReadThread; EyeDataBuffer _prevEyeData;