diff options
author | Dave Parks <davep@lindenlab.com> | 2023-03-07 14:06:01 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-03-07 14:06:01 -0600 |
commit | 29b3727b8cc833c664a79a242c9043e6070041e8 (patch) | |
tree | c1555a0e030740c5299c16a126d8a998ac0429ea /indra/newview/llreflectionmapmanager.cpp | |
parent | dd17170abb08cb4ec8ebc8c7e5f38d3ad1519538 (diff) |
SL-19355 Irradiance rebalance.
Diffstat (limited to 'indra/newview/llreflectionmapmanager.cpp')
-rw-r--r-- | indra/newview/llreflectionmapmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llreflectionmapmanager.cpp b/indra/newview/llreflectionmapmanager.cpp index 61d8756490..90c4436a04 100644 --- a/indra/newview/llreflectionmapmanager.cpp +++ b/indra/newview/llreflectionmapmanager.cpp @@ -815,7 +815,7 @@ void LLReflectionMapManager::updateUniforms() F32 ambscale = gCubeSnapshot && !isRadiancePass() ? 0.f : 1.f; F32 radscale = gCubeSnapshot && !isRadiancePass() ? 0.5f : 1.f; - + for (auto* refmap : mReflectionMaps) { if (refmap == nullptr) |