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/lldrawpooltree.cpp | |
| parent | a256a18884ae8e4bc6297ca59fbd5936089ad59c (diff) | |
DRTVWR-559 Decruft deprecated OpenGL flags.
Diffstat (limited to 'indra/newview/lldrawpooltree.cpp')
| -rw-r--r-- | indra/newview/lldrawpooltree.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldrawpooltree.cpp b/indra/newview/lldrawpooltree.cpp index 57146c432a..9dcbc48697 100644 --- a/indra/newview/lldrawpooltree.cpp +++ b/indra/newview/lldrawpooltree.cpp @@ -71,7 +71,6 @@ void LLDrawPoolTree::renderDeferred(S32 pass) return; } - LLGLState test(GL_ALPHA_TEST, 0); gGL.getTexUnit(sDiffTex)->bindFast(mTexturep); mTexturep->addTextureStats(1024.f * 1024.f); // <=== keep Linden tree textures at full res |
