diff options
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index cac266a683..224e267d17 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -7298,10 +7298,6 @@ void LLPipeline::generateWaterReflection(LLCamera& camera_in) stateSort(camera, ref_result); } - gGL.setColorMask(true, true); - mWaterRef.clear(); - gGL.setColorMask(true, false); - ref_mask = mRenderTypeMask; mRenderTypeMask = mask; } |