diff options
-rw-r--r-- | indra/newview/pipeline.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 9250638e5c..f73d79776d 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -9593,6 +9593,10 @@ void LLPipeline::generateWaterReflection(LLCamera& camera_in) set_current_modelview(current); } + // SL-10566 re-enable occlusion for refracted object set + // this bloated the scene by 3k calls when disabled + LLPipeline::sUseOcclusion = occlusion; + camera.setOrigin(camera_in.getOrigin()); //render distortion map static bool last_update = true; |