Stabbed some blendfunc state issues. This fixes some ui flicker which popped up recently (perhaps after merging, or I just never noticed it before then)

This commit is contained in:
Shyotl
2013-03-30 00:57:49 -05:00
parent 92cc65bf5e
commit 1965224912
4 changed files with 6 additions and 0 deletions

View File

@@ -351,6 +351,7 @@ void LLDrawPoolAlpha::render(S32 pass)
gHighlightProgram.unbind();
}
}
gGL.setSceneBlendType(LLRender::BT_ALPHA);
}
void LLDrawPoolAlpha::renderAlphaHighlight(U32 mask)