diff options
| author | Dave Parks <davep@lindenlab.com> | 2023-04-06 13:21:25 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2023-04-06 13:21:25 -0500 |
| commit | bb79718c8f0050569c80a1bfe4dd428321706d1a (patch) | |
| tree | 7cf588c843e8a9e17629b77bb4903c97a3f346fd /indra/newview/pipeline.cpp | |
| parent | 31f8fb79513ba6d1220aac13a5db110a7e4104da (diff) | |
SL-19538 Followup -- scrub all possible sources of NaNs, make dynamic exposure controls not persist, limit exposure range, and do a debug gl pass.
Diffstat (limited to 'indra/newview/pipeline.cpp')
| -rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 4ab6483c88..e4ffa5b6b0 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -3928,7 +3928,7 @@ void LLPipeline::renderGeomDeferred(LLCamera& camera, bool do_occlusion) } } - bool occlude = LLPipeline::sUseOcclusion > 1 && do_occlusion; + bool occlude = LLPipeline::sUseOcclusion > 1 && do_occlusion && !LLGLSLShader::sProfileEnabled; setupHWLights(); |
