Default preference to false.

This commit is contained in:
Howard Stearns 2016-05-27 10:35:46 -07:00
parent e4d36cc2c2
commit 5b6660e7ea

View file

@ -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.