Skip to content
Snippets Groups Projects
Commit a0089c43 authored by David Parks's avatar David Parks
Browse files

SL-19954 Fix for rigged alpha pbr sometimes not getting reflection probe parameters

parent 2f8f1c7a
No related branches found
No related tags found
No related merge requests found
...@@ -204,6 +204,10 @@ void LLDrawPoolAlpha::renderPostDeferred(S32 pass) ...@@ -204,6 +204,10 @@ void LLDrawPoolAlpha::renderPostDeferred(S32 pass)
prepare_alpha_shader(pbr_shader, false, true, water_sign); prepare_alpha_shader(pbr_shader, false, true, water_sign);
// explicitly unbind here so render loop doesn't make assumptions about the last shader
// already being setup for rendering
LLGLSLShader::unbind();
if (!LLPipeline::sRenderingHUDs) if (!LLPipeline::sRenderingHUDs)
{ {
// first pass, render rigged objects only and render to depth buffer // first pass, render rigged objects only and render to depth buffer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment