diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index b24a8106cc2f5b9aafd87e8cd558fa4758328068..f448983ac225239dcaebe19f75a1ddaafdc62090 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -8327,7 +8327,7 @@ void LLPipeline::doWaterHaze()
         else
         {
             //render water patches like LLDrawPoolWater does
-            /*LLGLDepthTest depth(GL_FALSE);
+            LLGLDepthTest depth(GL_FALSE);
             LLGLDisable   cull(GL_CULL_FACE);
 
             gGLLastMatrix = NULL;
@@ -8336,7 +8336,7 @@ void LLPipeline::doWaterHaze()
             if (mWaterPool)
             {
                 mWaterPool->pushFaceGeometry();
-            }*/
+            }
         }
 
         unbindDeferredShader(haze_shader);