diff options
author | Dave Parks <davep@lindenlab.com> | 2013-06-04 10:56:49 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-06-04 10:56:49 -0500 |
commit | 3c2920297e261a4df429037c08eba3f10b16e8c7 (patch) | |
tree | 6dfb7733594798188076b22b4bb2ae4ddac9f996 /indra/newview/lldrawpoolbump.cpp | |
parent | 7fa8c2313b47959ba8c0a40d92461f6892e0d0d3 (diff) | |
parent | 82bd96a61cb82f75dbb35b1a5e1d9e12eeeffc68 (diff) |
Automated merge with https://bitbucket.org/lindenlab/viewer-development-materials
Diffstat (limited to 'indra/newview/lldrawpoolbump.cpp')
-rwxr-xr-x | indra/newview/lldrawpoolbump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index 29076de54b..7152a34094 100755 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -856,7 +856,7 @@ void LLDrawPoolBump::renderDeferred(S32 pass) LLCullResult::drawinfo_iterator begin = gPipeline.beginRenderMap(type); LLCullResult::drawinfo_iterator end = gPipeline.endRenderMap(type); - U32 mask = LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD0 | LLVertexBuffer::MAP_BINORMAL | LLVertexBuffer::MAP_NORMAL | LLVertexBuffer::MAP_COLOR; + U32 mask = LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD0 | LLVertexBuffer::MAP_TANGENT | LLVertexBuffer::MAP_NORMAL | LLVertexBuffer::MAP_COLOR; for (LLCullResult::drawinfo_iterator i = begin; i != end; ++i) { |