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

RC60: Head tracking bug fix for vive HMD users
This commit is contained in:
Anthony Thibault 2017-11-28 16:31:27 -08:00 committed by GitHub
commit 8eb8cb0994
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;