summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolterrain.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-04-11 19:21:25 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-04-14 15:39:00 +0300
commite43baa755d9b91c029e7b5166317e76468baf896 (patch)
treecfad566e2dad187feb488566d166d93278679ed3 /indra/newview/lldrawpoolterrain.h
parent7dce74fcfb9ca9e6c152eaf33392ff79412ff555 (diff)
#1754 Restore land owners overlay
Diffstat (limited to 'indra/newview/lldrawpoolterrain.h')
-rw-r--r--indra/newview/lldrawpoolterrain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpoolterrain.h b/indra/newview/lldrawpoolterrain.h
index 5380463d01..23cf253b6a 100644
--- a/indra/newview/lldrawpoolterrain.h
+++ b/indra/newview/lldrawpoolterrain.h
@@ -38,6 +38,7 @@ public:
VERTEX_DATA_MASK = LLVertexBuffer::MAP_VERTEX |
LLVertexBuffer::MAP_NORMAL |
LLVertexBuffer::MAP_TANGENT | // Only PBR terrain uses this currently
+ LLVertexBuffer::MAP_TEXCOORD0 | // Ownership overlay
LLVertexBuffer::MAP_TEXCOORD1
};