diff options
author | Graham Linden <graham@lindenlab.com> | 2019-08-27 13:17:26 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-08-27 13:17:26 -0700 |
commit | e2a84c9d105b90836cb85aa03a16f36f77604cb0 (patch) | |
tree | 034e32a46963c10df2c9ea1bcc8482bb7b138da3 /indra/newview/pipeline.cpp | |
parent | 24537889fb444315b4074195f25d91919fbea36f (diff) |
SL-11519
Remove code for fixing 11370. We *do* want objects in distortion map in Low-Mid after all.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 33847b097b..99d11b7104 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -9495,14 +9495,6 @@ void LLPipeline::generateWaterReflection(LLCamera& camera_in) clip_plane.disable(); } - // SL-11370 prevent Low/Low-Mid graphics from rendering distortion map contents it should not - if (!canUseWindLightShaders()) - { - clearRenderTypeMask(LLPipeline::RENDER_TYPE_PARTICLES, END_RENDER_TYPES); - clearRenderTypeMask(LLPipeline::RENDER_TYPE_AVATAR, END_RENDER_TYPES); - clearRenderTypeMask(LLPipeline::RENDER_TYPE_VOLUME, END_RENDER_TYPES); - } - updateCull(camera, mRefractedObjects, water_clip, &plane); stateSort(camera, mRefractedObjects); renderGeom(camera); |