diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-04-21 17:19:39 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-04-21 17:19:39 -0500 |
commit | 78bb75989e36b9598852e7dcce05dce37ab0ebe1 (patch) | |
tree | 9b8a866a55af96c09a609d5a4bdbc6181d038c63 /indra/newview/pipeline.cpp | |
parent | 5c903d9c953e422a95ccd88b345d803b60ce65ff (diff) |
DRTVWR-559 Nudge legacy sky ambient to be more like release. Incidental decruft
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 60d19bf1d6..9fe9f4e487 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -7039,7 +7039,7 @@ void LLPipeline::gammaCorrect(LLRenderTarget* src, LLRenderTarget* dst) { static LLCachedControl<F32> exposure(gSavedSettings, "RenderExposure", 1.f); - F32 e = llclamp(exposure(), 0.5f, 4.f); + F32 e = llclamp(exposure(), 0.5f, 4.f); static LLStaticHashedString s_exposure("exposure"); |