diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-12-19 15:36:53 -0600 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-12-19 15:36:53 -0600 |
commit | 4c63cdfb44f2f092b4764e6c916430536ee2b0db (patch) | |
tree | 8df1263bd5d03b3e2d1d98881f5fdee47424301b /indra/newview | |
parent | 575dc8f4105828b421dd1a3856412a6dc4f16618 (diff) | |
parent | f43e4c6253e14309ceffbe215a7f03b49b7215e8 (diff) |
Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 3a1edb0d00..f740fa60be 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -8359,7 +8359,7 @@ void LLPipeline::doWaterHaze() else { //render water patches like LLDrawPoolWater does - LLGLDepthTest depth(GL_FALSE); + LLGLDepthTest depth(GL_TRUE, GL_FALSE); LLGLDisable cull(GL_CULL_FACE); gGLLastMatrix = NULL; |