summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolmaterials.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-06-04 14:39:08 -0400
committerOz Linden <oz@lindenlab.com>2013-06-04 14:39:08 -0400
commit2f87c07a0f4986b641c94de5e7e29251ba1a2d97 (patch)
treee58154d9e31ee4493b6284ac4b5bd1e7b177c56d /indra/newview/lldrawpoolmaterials.h
parent9acabccdde5cff91cac3bae0502c8ff5b26cada6 (diff)
parenta3a933e2120e4edf3c7f3c85a8ca04d76570f8ec (diff)
merge changes for build number fix
Diffstat (limited to 'indra/newview/lldrawpoolmaterials.h')
-rw-r--r--indra/newview/lldrawpoolmaterials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolmaterials.h b/indra/newview/lldrawpoolmaterials.h
index cfbd13f335..eae1aba87c 100644
--- a/indra/newview/lldrawpoolmaterials.h
+++ b/indra/newview/lldrawpoolmaterials.h
@@ -52,7 +52,7 @@ public:
LLVertexBuffer::MAP_TEXCOORD1 |
LLVertexBuffer::MAP_TEXCOORD2 |
LLVertexBuffer::MAP_COLOR |
- LLVertexBuffer::MAP_BINORMAL
+ LLVertexBuffer::MAP_TANGENT
};
/*virtual*/ U32 getVertexDataMask() { return VERTEX_DATA_MASK; }