diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-10 21:00:51 +0000 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-10 21:00:51 +0000 |
| commit | da3ad612dffa422deabc5cc9afb775442f13bb45 (patch) | |
| tree | 79949b3604a391789df9748248a60a23f9359be2 /indra/newview/lldrawpoolalpha.cpp | |
| parent | efe1f7c6f6c8f3e80e3937eb5ec708e27804d10a (diff) | |
| parent | 409cade29d70ce4c5687b393f3931ebb132a4cbe (diff) | |
merge.
Diffstat (limited to 'indra/newview/lldrawpoolalpha.cpp')
| -rw-r--r-- | indra/newview/lldrawpoolalpha.cpp | 2 |
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) { |
