diff options
| author | Graham Linden <graham@lindenlab.com> | 2019-02-01 09:49:55 -0800 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2019-02-01 09:49:55 -0800 |
| commit | db97bb51489dc610fd748b73c321a08e7388d668 (patch) | |
| tree | 4cceb127e8352e85c2c60ca2f41cf4e31ed7cccb /indra/newview/lldrawpoolwlsky.cpp | |
| parent | 50b383e5aa333d453e906ae2beb28fe1da549bef (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.cpp | 2 |
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(); |
