Head tracking bug fix for vive HMD users

This commit is contained in:
Anthony J. Thibault 2017-11-28 12:19:16 -08:00
parent e6c6e5f239
commit 8364700b7a

View file

@ -194,7 +194,7 @@ private:
bool _overrideHands { false };
mutable std::recursive_mutex _lock;
bool _hmdTrackingEnabled { false };
bool _hmdTrackingEnabled { true };
QString configToString(Config config);
friend class ViveControllerManager;