diff options
author | RunitaiLinden <davep@lindenlab.com> | 2024-02-09 13:10:26 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 13:10:26 -0600 |
commit | 4e5344ba76dd89373259e7286807ceba48bb5f82 (patch) | |
tree | ca3ee88aea15af5c8f39ca8d2c2c3f6a41cd1780 /indra/newview/app_settings | |
parent | d7642b11fb2632e3839676413a10104db3ca6401 (diff) |
https://github.com/secondlife/jira-archive-internal/issues/70847 Fix for more inaccurate than usual alpha sorting (#781)
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 1a614062d9..e7d947b85f 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8699,7 +8699,7 @@ <key>OctreeAlphaDistanceFactor</key> <map> <key>Comment</key> - <string>Multiplier on alpha object distance for determining octree node size </string> + <string>Multiplier on alpha object distance for determining octree node size. First two parameters are currently unused. Third parameter is distance at which to perform detailed alpha sorting.</string> <key>Persist</key> <integer>1</integer> <key>Type</key> @@ -8708,7 +8708,7 @@ <array> <real>0.1</real> <real>0.0</real> - <real>0.0</real> + <real>64.0</real> </array> </map> |