mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 12:33:37 +02:00
Merge pull request #11889 from hyperlogic/bug-fix/vive-no-head-rc60
RC60: Head tracking bug fix for vive HMD users
This commit is contained in:
commit
8eb8cb0994
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue