mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02:00
Personal space bubble is defaulted off for now.
This commit is contained in:
parent
aa19794a94
commit
65e3652b9f
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ private:
|
|||
#if defined(Q_OS_ANDROID)
|
||||
Setting::Handle<bool> _ignoreRadiusEnabled { "IgnoreRadiusEnabled", false };
|
||||
#else
|
||||
Setting::Handle<bool> _ignoreRadiusEnabled { "IgnoreRadiusEnabled", true };
|
||||
Setting::Handle<bool> _ignoreRadiusEnabled { "IgnoreRadiusEnabled", false }; // False, until such time as it is made to work better.
|
||||
#endif
|
||||
|
||||
#if (PR_BUILD || DEV_BUILD)
|
||||
|
|
Loading…
Reference in a new issue