mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:46:29 +02:00
Head tracking bug fix for vive HMD users
This commit is contained in:
parent
e6c6e5f239
commit
8364700b7a
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