diff options
author | Dave Parks <davep@lindenlab.com> | 2023-04-07 11:06:09 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-04-07 11:06:09 -0500 |
commit | de73cf7599e934441fe760f53163b0504c03adc7 (patch) | |
tree | 7141fdad76010ccf1cb1f79fa5b016eb806ce7d6 /indra/newview/llreflectionmap.cpp | |
parent | 72a0408401e4fa8f22ec8a70584bf90e5f0ccc73 (diff) |
SL-19538 Remove clouds from irradiance maps and don't conflate max probe samples with max probe neighbors, and don't move manual probes after they are complete (removes flickering around Sponza).
Diffstat (limited to 'indra/newview/llreflectionmap.cpp')
-rw-r--r-- | indra/newview/llreflectionmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llreflectionmap.cpp b/indra/newview/llreflectionmap.cpp index 89ac0df286..261aa51d62 100644 --- a/indra/newview/llreflectionmap.cpp +++ b/indra/newview/llreflectionmap.cpp @@ -70,7 +70,7 @@ void LLReflectionMap::autoAdjustOrigin() { LL_PROFILE_ZONE_SCOPED_CATEGORY_DISPLAY; - if (mGroup) + if (mGroup && !mComplete) { const LLVector4a* bounds = mGroup->getBounds(); auto* node = mGroup->getOctreeNode(); |