mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 01:08:48 +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;
|
QString _fullAvatarModelName;
|
||||||
QUrl _animGraphUrl {""};
|
QUrl _animGraphUrl {""};
|
||||||
bool _useSnapTurn { true };
|
bool _useSnapTurn { true };
|
||||||
bool _clearOverlayWhenDriving { true };
|
bool _clearOverlayWhenDriving { false };
|
||||||
|
|
||||||
// cache of the current HMD sensor position and orientation
|
// cache of the current HMD sensor position and orientation
|
||||||
// in sensor space.
|
// in sensor space.
|
||||||
|
|
Loading…
Reference in a new issue