diff options
author | Kitty Barnett <develop@catznip.com> | 2012-03-25 15:25:35 +0200 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-03-25 15:25:35 +0200 |
commit | 911472ed08490cbc08ba5009be82b247c51102a7 (patch) | |
tree | f9d5efb2e0037e5b602f2be23120910c40b94919 /indra/newview/lldrawpoolalpha.cpp | |
parent | e0d1ddab212103ba11a72783ce3b0a26ea8c0c55 (diff) | |
parent | b187aeb8f177bd76e792652e773617beff18b47b (diff) |
Merge with viewer-release
Diffstat (limited to 'indra/newview/lldrawpoolalpha.cpp')
-rw-r--r-- | indra/newview/lldrawpoolalpha.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpoolalpha.cpp b/indra/newview/lldrawpoolalpha.cpp index ddb7d3ceeb..5b62dbc560 100644 --- a/indra/newview/lldrawpoolalpha.cpp +++ b/indra/newview/lldrawpoolalpha.cpp @@ -337,6 +337,7 @@ void LLDrawPoolAlpha::render(S32 pass) pushBatches(LLRenderPass::PASS_ALPHA_MASK, LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD0, FALSE); pushBatches(LLRenderPass::PASS_FULLBRIGHT_ALPHA_MASK, LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD0, FALSE); + pushBatches(LLRenderPass::PASS_ALPHA_INVISIBLE, LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD0, FALSE); if(shaders) { |