summaryrefslogtreecommitdiff
path: root/indra/llrender/llvertexbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llrender/llvertexbuffer.cpp')
-rw-r--r--indra/llrender/llvertexbuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llvertexbuffer.cpp b/indra/llrender/llvertexbuffer.cpp
index 7b9388123f..103d5388d3 100644
--- a/indra/llrender/llvertexbuffer.cpp
+++ b/indra/llrender/llvertexbuffer.cpp
@@ -2544,7 +2544,7 @@ void LLVertexBuffer::setBufferFast(U32 data_mask)
if (data_mask && setup)
{
- setupVertexBuffer(data_mask); // subclass specific setup (virtual function)
+ setupVertexBufferFast(data_mask);
sSetCount++;
}
}