diff options
author | Dave Parks <davep@lindenlab.com> | 2013-04-11 15:17:55 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-04-11 15:17:55 -0500 |
commit | 66b4900e70db9bf6244faee0bcde63060302f9fe (patch) | |
tree | 70193f312456d74580c13032cb486ed5e6519235 /indra/newview/lldrawpoolalpha.cpp | |
parent | cfc375777871ec3d04b9969793379d0cd78a012e (diff) |
Pass binormal masks in on particles and in lldrawpoolalpha
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 291bdfebe6..d506e57609 100644 --- a/indra/newview/lldrawpoolalpha.cpp +++ b/indra/newview/lldrawpoolalpha.cpp @@ -326,7 +326,7 @@ void LLDrawPoolAlpha::render(S32 pass) if (mVertexShaderLevel > 0) { - renderAlpha(getVertexDataMask() | LLVertexBuffer::MAP_TEXTURE_INDEX); + renderAlpha(getVertexDataMask() | LLVertexBuffer::MAP_TEXTURE_INDEX | LLVertexBuffer::MAP_BINORMAL); } else { |