summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolground.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lldrawpoolground.h')
-rw-r--r--indra/newview/lldrawpoolground.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolground.h b/indra/newview/lldrawpoolground.h
index 0badb59968..6c7d20beca 100644
--- a/indra/newview/lldrawpoolground.h
+++ b/indra/newview/lldrawpoolground.h
@@ -42,7 +42,7 @@ public:
enum
{
VERTEX_DATA_MASK = LLVertexBuffer::MAP_VERTEX |
- LLVertexBuffer::MAP_TEXCOORD
+ LLVertexBuffer::MAP_TEXCOORD0
};
virtual U32 getVertexDataMask() { return VERTEX_DATA_MASK; }