From 84908dd8001bacf88786e5630ce80c47944c400a Mon Sep 17 00:00:00 2001 From: mobserveur Date: Tue, 16 Jul 2024 21:18:53 +0200 Subject: Max visible distance fix in the people panel This commit adds a custom debug variable set to 4096 by default that affects only the people panel list. --- indra/newview/app_settings/settings.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index f76992c30b..bf0abee385 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13785,6 +13785,17 @@ Value 0 + MPVNearMeRange + + Comment + Search radius in the people panel + Persist + 1 + Type + F32 + Value + 4096 +