diff options
author | Dave Parks <davep@lindenlab.com> | 2023-01-31 15:01:05 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-01-31 15:01:05 -0600 |
commit | c9d56e212aa0117661f9c76545ca84b39412bae7 (patch) | |
tree | e57993f680b6260631784c2177b7c0d51ad2b17a /indra/newview/lldrawpoolsimple.cpp | |
parent | c154f4f6da10df693cbe15e0fe291d5b3c423d32 (diff) |
SL-19015 Balance sun/sky ambiance with punctual light ambiance. Prevent irradiance maps from being brighter than the environment.
Diffstat (limited to 'indra/newview/lldrawpoolsimple.cpp')
-rw-r--r-- | indra/newview/lldrawpoolsimple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolsimple.cpp b/indra/newview/lldrawpoolsimple.cpp index 3a659e0efc..7a8b2b4b35 100644 --- a/indra/newview/lldrawpoolsimple.cpp +++ b/indra/newview/lldrawpoolsimple.cpp @@ -358,7 +358,7 @@ void LLDrawPoolGrass::beginRenderPass(S32 pass) else { gGL.flush(); - LLGLSLShader::bindNoShader(); + LLGLSLShader::unbind(); } } |