summaryrefslogtreecommitdiff
path: root/indra/newview/llface.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-09-24 13:39:42 -0500
committerDave Parks <davep@lindenlab.com>2010-09-24 13:39:42 -0500
commit3e2eb3ee4fc9321682336edf37d92b0e05958621 (patch)
treee9a6de2fcc9fcdb7d3a71e339c3731e9b2f4a1ce /indra/newview/llface.cpp
parentc7f5a9419b4b93efdc04ebfbb8e05a2ef0e09142 (diff)
parentb7cf948a826d477508d9be51b147a84b54187709 (diff)
merge
Diffstat (limited to 'indra/newview/llface.cpp')
-rwxr-xr-xindra/newview/llface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index 29edbc2b03..e1e0dd8f3e 100755
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -581,8 +581,8 @@ void LLFace::renderSelected(LLViewerTexture *imagep, const LLColor4& color)
}
else
{
- mVertexBuffer->draw(LLRender::TRIANGLES, mIndicesCount, mIndicesIndex);
mVertexBuffer->setBuffer(LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD0);
+ mVertexBuffer->draw(LLRender::TRIANGLES, mIndicesCount, mIndicesIndex);
}
gGL.popMatrix();