Merge pull request #11888 from hyperlogic/bug-fix/vive-no-head

Head tracking bug fix for vive HMD users
This commit is contained in:
Anthony Thibault 2017-11-28 16:30:26 -08:00 committed by GitHub
commit 16ca1a9ec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;