summaryrefslogtreecommitdiff
path: root/indra/newview/llreflectionmapmanager.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-12-16 13:35:16 -0600
committerDave Parks <davep@lindenlab.com>2022-12-16 13:35:16 -0600
commitd0af1ca7cb2174c479139692ed764ccaca92a8d5 (patch)
tree4b4620d0087b4ca62d44ff2179a1ca68493bc121 /indra/newview/llreflectionmapmanager.cpp
parentad1ecfd9cd1ebedf9aec4a31fd044983b8e0afe8 (diff)
SL-18780 Feedback cloud coverage into reflection probe ambiance to recover legacy behavior of cloud coverage brightening ambient lighting without destroying the ability to have good probe driven ambiance.
Diffstat (limited to 'indra/newview/llreflectionmapmanager.cpp')
-rw-r--r--indra/newview/llreflectionmapmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llreflectionmapmanager.cpp b/indra/newview/llreflectionmapmanager.cpp
index 088b83a8e9..1472abcec2 100644
--- a/indra/newview/llreflectionmapmanager.cpp
+++ b/indra/newview/llreflectionmapmanager.cpp
@@ -695,7 +695,7 @@ void LLReflectionMapManager::updateUniforms()
LLEnvironment& environment = LLEnvironment::instance();
LLSettingsSky::ptr_t psky = environment.getCurrentSky();
- F32 minimum_ambiance = psky->getReflectionProbeAmbiance();
+ F32 minimum_ambiance = psky->getTotalReflectionProbeAmbiance();
for (auto* refmap : mReflectionMaps)
{