Fix Linux build error

This commit is contained in:
David Rowe 2020-07-11 15:59:16 +12:00
parent 8dd8ebcbaf
commit 989cd2d169

View file

@ -262,9 +262,10 @@ private:
vr::IVRSystem* _system { nullptr };
std::shared_ptr<InputDevice> _inputDevice { std::make_shared<InputDevice>(_system) };
bool _eyeTrackingEnabled{ false };
#ifdef VIVE_PRO_EYE
bool _viveProEye { false };
bool _eyeTrackingEnabled { false };
std::shared_ptr<ViveProEyeReadThread> _viveProEyeReadThread;
EyeDataBuffer _prevEyeData;