summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolalpha.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-10 21:00:51 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-10 21:00:51 +0000
commitda3ad612dffa422deabc5cc9afb775442f13bb45 (patch)
tree79949b3604a391789df9748248a60a23f9359be2 /indra/newview/lldrawpoolalpha.cpp
parentefe1f7c6f6c8f3e80e3937eb5ec708e27804d10a (diff)
parent409cade29d70ce4c5687b393f3931ebb132a4cbe (diff)
merge.
Diffstat (limited to 'indra/newview/lldrawpoolalpha.cpp')
-rw-r--r--indra/newview/lldrawpoolalpha.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolalpha.cpp b/indra/newview/lldrawpoolalpha.cpp
index 040a7e3976..7be6e82251 100644
--- a/indra/newview/lldrawpoolalpha.cpp
+++ b/indra/newview/lldrawpoolalpha.cpp
@@ -180,7 +180,7 @@ void LLDrawPoolAlpha::render(S32 pass)
if (LLPipeline::sFastAlpha && !deferred_render)
{
- LLGLDisable blend_enable(GL_BLEND);
+ LLGLDisable blend_disable(GL_BLEND);
gGL.setAlphaRejectSettings(LLRender::CF_GREATER, 0.33f);
if (mVertexShaderLevel > 0)
{