Skip to content

Commit 4ca2373

Browse files
committed
SL-20611 Followup -- reenable water haze
1 parent f3b8714 commit 4ca2373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

indra/newview/pipeline.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8327,7 +8327,7 @@ void LLPipeline::doWaterHaze()
83278327
else
83288328
{
83298329
//render water patches like LLDrawPoolWater does
8330-
/*LLGLDepthTest depth(GL_FALSE);
8330+
LLGLDepthTest depth(GL_FALSE);
83318331
LLGLDisable cull(GL_CULL_FACE);
83328332

83338333
gGLLastMatrix = NULL;
@@ -8336,7 +8336,7 @@ void LLPipeline::doWaterHaze()
83368336
if (mWaterPool)
83378337
{
83388338
mWaterPool->pushFaceGeometry();
8339-
}*/
8339+
}
83408340
}
83418341

83428342
unbindDeferredShader(haze_shader);

0 commit comments

Comments
 (0)