summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2022-08-16 09:37:41 -0700
committerPtolemy <ptolemy@lindenlab.com>2022-08-16 09:37:41 -0700
commitc707b4015f83ef4623fdb0454160f79ec235abcf (patch)
tree718c788dd9b091efb61a21a7e56957bda08a1aa8 /indra
parent7b54cf3793e79ade5fc8897e1060a988558da331 (diff)
SL-17975: PBR: Fix sun/moon color not being applied
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl2
1 files changed, 1 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 d1c8ce9606..18a2aeaeaa 100644
--- a/indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl
+++ b/indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl
@@ -23,7 +23,7 @@
* $/LicenseInfo$
*/
-#define PBR_USE_ATMOS 0
+#define PBR_USE_ATMOS 1
#define PBR_USE_GGX_EMS_HACK 0
#define DEBUG_PBR_LIGHT_TYPE 0 // Output no global light to make it easier to see pointLight and spotLight