summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolwlsky.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-02-01 09:49:55 -0800
committerGraham Linden <graham@lindenlab.com>2019-02-01 09:49:55 -0800
commitdb97bb51489dc610fd748b73c321a08e7388d668 (patch)
tree4cceb127e8352e85c2c60ca2f41cf4e31ed7cccb /indra/newview/lldrawpoolwlsky.cpp
parent50b383e5aa333d453e906ae2beb28fe1da549bef (diff)
Roll back attempted fix for 9996 on ALM which has unacceptable knock-on effects.
Diffstat (limited to 'indra/newview/lldrawpoolwlsky.cpp')
-rw-r--r--indra/newview/lldrawpoolwlsky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwlsky.cpp b/indra/newview/lldrawpoolwlsky.cpp
index 7f82d38ced..f9ab241988 100644
--- a/indra/newview/lldrawpoolwlsky.cpp
+++ b/indra/newview/lldrawpoolwlsky.cpp
@@ -248,7 +248,7 @@ void LLDrawPoolWLSky::renderSkyHazeDeferred(const LLVector3& camPosLocal, F32 ca
if (gPipeline.canUseWindLightShaders() && gPipeline.hasRenderType(LLPipeline::RENDER_TYPE_SKY))
{
- LLGLSPipelineDepthTestSkyBox sky(true, true);
+ LLGLSPipelineDepthTestSkyBox sky(true, false);
sky_shader->bind();