mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01:18 +02:00
Head tracking bug fix for vive HMD users
(cherry picked from commit 8364700b7a
)
This commit is contained in:
parent
e6c6e5f239
commit
7d34469679
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ private:
|
||||||
bool _overrideHands { false };
|
bool _overrideHands { false };
|
||||||
mutable std::recursive_mutex _lock;
|
mutable std::recursive_mutex _lock;
|
||||||
|
|
||||||
bool _hmdTrackingEnabled { false };
|
bool _hmdTrackingEnabled { true };
|
||||||
|
|
||||||
QString configToString(Config config);
|
QString configToString(Config config);
|
||||||
friend class ViveControllerManager;
|
friend class ViveControllerManager;
|
||||||
|
|
Loading…
Reference in a new issue