diff options
| author | RunitaiLinden <davep@lindenlab.com> | 2023-05-16 20:31:29 -0500 |
|---|---|---|
| committer | RunitaiLinden <davep@lindenlab.com> | 2023-05-16 20:31:29 -0500 |
| commit | ee0b330b2d6a3433e3bac6ab21cf6cc3e580c605 (patch) | |
| tree | 2ac68911188c025b3564d977d11e9e5e4de5c934 /indra/newview/llhudtext.cpp | |
| parent | a256a18884ae8e4bc6297ca59fbd5936089ad59c (diff) | |
DRTVWR-559 Decruft deprecated OpenGL flags.
Diffstat (limited to 'indra/newview/llhudtext.cpp')
| -rw-r--r-- | indra/newview/llhudtext.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llhudtext.cpp b/indra/newview/llhudtext.cpp index 22dca07096..0b0de18534 100644 --- a/indra/newview/llhudtext.cpp +++ b/indra/newview/llhudtext.cpp @@ -117,7 +117,6 @@ void LLHUDText::renderText() gGL.getTexUnit(0)->enable(LLTexUnit::TT_TEXTURE); LLGLState gls_blend(GL_BLEND, TRUE); - LLGLState gls_alpha(GL_ALPHA_TEST, TRUE); LLColor4 shadow_color(0.f, 0.f, 0.f, 1.f); F32 alpha_factor = 1.f; @@ -575,7 +574,6 @@ void LLHUDText::renderAllHUD() LLGLState::checkStates(); { - LLGLEnable color_mat(GL_COLOR_MATERIAL); LLGLDepthTest depth(GL_FALSE, GL_FALSE); VisibleTextObjectIterator text_it; |
