summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-02-01 10:32:08 -0600
committerDave Parks <davep@lindenlab.com>2023-02-01 10:32:08 -0600
commit715252e3fd7e7c1cd6230086f7b0575081c8fa04 (patch)
treed053a400e1b91364a42485c03cf8730486b2ed48 /indra
parent4cbdc245ac7c16eb97be8ebaf0e6bd1e8fafb1ca (diff)
SL-19124 Fix for broken distortion map in water in reflection probes.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lldrawpoolwater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwater.cpp b/indra/newview/lldrawpoolwater.cpp
index 35a2e8741f..cb3ef55edd 100644
--- a/indra/newview/lldrawpoolwater.cpp
+++ b/indra/newview/lldrawpoolwater.cpp
@@ -110,7 +110,7 @@ void LLDrawPoolWater::beginPostDeferredPass(S32 pass)
LL_PROFILE_GPU_ZONE("water beginPostDeferredPass")
gGL.setColorMask(true, true);
- if (LLPipeline::sRenderTransparentWater && !gCubeSnapshot)
+ if (LLPipeline::sRenderTransparentWater)
{
// copy framebuffer contents so far to a texture to be used for
// reflections and refractions