diff options
author | Dave Parks <davep@lindenlab.com> | 2023-01-20 14:40:45 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-01-20 14:40:45 -0600 |
commit | 7067a9585ae8fcaf7a5f02398130fce14995df2a (patch) | |
tree | 04ae9f9c74d8d93c71cde9e95e744bcb4f39bebb | |
parent | 10c85eab94dbd63fec62cfbf484a9c62c5a0f5cd (diff) |
SL-18869 Followup -- fix for sky being black in probes and too bright outside probes.
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 2a55a299ac..aeb7341411 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -4037,6 +4037,8 @@ void LLPipeline::renderGeomDeferred(LLCamera& camera, bool do_occlusion) bool occlude = LLPipeline::sUseOcclusion > 1 && do_occlusion; + setupHWLights(nullptr); + { LL_PROFILE_ZONE_NAMED_CATEGORY_DRAWPOOL("deferred pools"); //LL_RECORD_BLOCK_TIME(FTM_DEFERRED_POOLS); |