diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-04-05 16:48:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 16:48:34 -0500 |
commit | 5bf60f5d9e722f6210572fd92e79e9994abd2ec1 (patch) | |
tree | 5fa1c538ff87e0e34af61e1edd2c60807bd2a446 /indra/newview/app_settings/settings.xml | |
parent | 1f79379bf215c5368337c64b4f72c7c9ef3e09c2 (diff) |
SL-19538 Followup -- fix for dynamic exposure having large gaps in it… (#157)
* SL-19538 Followup -- fix for dynamic exposure having large gaps in its luminance sampling.
* SL-19538 Followup -- review feedback changes.
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 063f4fcf96..44a86dd22a 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -10500,7 +10500,7 @@ <key>Type</key> <string>F32</string> <key>Value</key> - <real>0.3</real> + <real>0.175</real> </map> <key>RenderShaderLODThreshold</key> <map> |