diff options
author | Dave Parks <davep@lindenlab.com> | 2022-08-03 10:08:52 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-08-03 10:08:52 -0500 |
commit | 53bd8819f712af4f7cf161974aa2b7a45e3a8a4c (patch) | |
tree | b8fe1723bba45d4c045f42748c2c181d0b3146c6 /indra/newview/app_settings | |
parent | cf4b14f69108ef3079338c49cc7156056eedfce3 (diff) |
SL-17706 Deprecate avatar cloth and remove dead UI from graphics preferences.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 7390a25417..3bbfed4d29 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8806,13 +8806,13 @@ <key>RenderAvatarCloth</key> <map> <key>Comment</key> - <string>Controls if avatars use wavy cloth</string> + <string>DEPRECATED - only false supported - Controls if avatars use wavy cloth</string> <key>Persist</key> <integer>1</integer> <key>Type</key> <string>Boolean</string> <key>Value</key> - <integer>1</integer> + <integer>0</integer> </map> <key>RenderComplexityColorMin</key> <map> |