Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601

master
RunitaiLinden 2023-12-19 15:36:53 -06:00
commit 4c63cdfb44
1 changed files with 1 additions and 1 deletions

View File

@ -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;