diff options
author | RunitaiLinden <davep@lindenlab.com> | 2024-04-02 15:27:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 15:27:22 -0500 |
commit | 92efb16039619b8ac440cfc862f29b0f7c6c0fd6 (patch) | |
tree | 59157f10482d5791e3f86b8e609fd0cb98fc809b /indra/newview/app_settings | |
parent | 422ab40704cdbf36cd28fa0a78d5941c9456c1ad (diff) |
#854 Fix for skies that shouldn't be auto-adjusted getting auto-adjusted. (#1115)
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index a988c515ce..3ef7cb9ef7 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8828,17 +8828,6 @@ <key>Value</key> <real>32.0</real> </map> - <key>RenderCloudShadowAmbianceFactor</key> - <map> - <key>Comment</key> - <string>Amount that cloud shadow (aka cloud coverage) contributes to reflection probe ambiance</string> - <key>Persist</key> - <integer>1</integer> - <key>Type</key> - <string>F32</string> - <key>Value</key> - <real>0.1</real> - </map> <key>RenderCPUBasis</key> <map> <key>Comment</key> |