mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 11:43:24 +02:00
Default preference to false.
This commit is contained in:
parent
e4d36cc2c2
commit
5b6660e7ea
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ private:
|
|||
QString _fullAvatarModelName;
|
||||
QUrl _animGraphUrl {""};
|
||||
bool _useSnapTurn { true };
|
||||
bool _clearOverlayWhenDriving { true };
|
||||
bool _clearOverlayWhenDriving { false };
|
||||
|
||||
// cache of the current HMD sensor position and orientation
|
||||
// in sensor space.
|
||||
|
|
Loading…
Reference in a new issue