mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
Fix Linux build error
This commit is contained in:
parent
8dd8ebcbaf
commit
989cd2d169
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue