We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b8714 commit 4ca2373Copy full SHA for 4ca2373
indra/newview/pipeline.cpp
@@ -8327,7 +8327,7 @@ void LLPipeline::doWaterHaze()
8327
else
8328
{
8329
//render water patches like LLDrawPoolWater does
8330
- /*LLGLDepthTest depth(GL_FALSE);
+ LLGLDepthTest depth(GL_FALSE);
8331
LLGLDisable cull(GL_CULL_FACE);
8332
8333
gGLLastMatrix = NULL;
@@ -8336,7 +8336,7 @@ void LLPipeline::doWaterHaze()
8336
if (mWaterPool)
8337
8338
mWaterPool->pushFaceGeometry();
8339
- }*/
+ }
8340
}
8341
8342
unbindDeferredShader(haze_shader);
0 commit comments