summaryrefslogtreecommitdiff
path: root/indra/newview/llvowater.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvowater.h')
-rw-r--r--indra/newview/llvowater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvowater.h b/indra/newview/llvowater.h
index 8ea47387c8..cdda48f6f2 100644
--- a/indra/newview/llvowater.h
+++ b/indra/newview/llvowater.h
@@ -52,7 +52,7 @@ public:
{
VERTEX_DATA_MASK = (1 << LLVertexBuffer::TYPE_VERTEX) |
(1 << LLVertexBuffer::TYPE_NORMAL) |
- (1 << LLVertexBuffer::TYPE_TEXCOORD)
+ (1 << LLVertexBuffer::TYPE_TEXCOORD0)
};
LLVOWater(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);