diff options
author | Dave Parks <davep@lindenlab.com> | 2023-03-30 18:41:34 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-03-30 18:41:34 -0500 |
commit | c0958922c3b3015fd7f17781a79032050b2ed387 (patch) | |
tree | d8dcc102f744cc1607342dc65f5f4da8f0324681 /indra/newview/app_settings/shaders/class3/deferred | |
parent | 46702c4e80e96cd8dbe7f37d5c14fbb1830e798d (diff) |
DRTVWR-559 Auto exposure tuning (fix horizon).
Diffstat (limited to 'indra/newview/app_settings/shaders/class3/deferred')
-rw-r--r-- | indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl b/indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl index b23741e574..0e3ebd1534 100644 --- a/indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl +++ b/indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl @@ -212,7 +212,6 @@ void main() { //should only be true of WL sky, just port over base color value color = srgb_to_linear(texture2D(emissiveRect, tc).rgb); - color *= sun_up_factor + 1.0; } else { |