diff options
author | Dave Parks <davep@lindenlab.com> | 2023-02-01 10:32:08 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-02-01 10:32:08 -0600 |
commit | 715252e3fd7e7c1cd6230086f7b0575081c8fa04 (patch) | |
tree | d053a400e1b91364a42485c03cf8730486b2ed48 /indra | |
parent | 4cbdc245ac7c16eb97be8ebaf0e6bd1e8fafb1ca (diff) |
SL-19124 Fix for broken distortion map in water in reflection probes.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lldrawpoolwater.cpp | 2 |
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 |