summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorprep linden <prep@lindenlab.com>2010-09-24 17:35:29 -0400
committerprep linden <prep@lindenlab.com>2010-09-24 17:35:29 -0400
commit36f25e43a9f9aca6625a8ead6fadf58261a6a937 (patch)
tree232fd37c14d457ff04f5d40e7e6134f6a8d727dc /indra
parent40150f31ce9b0af4b58c2bd195c9cf571fb5b549 (diff)
parent3e2eb3ee4fc9321682336edf37d92b0e05958621 (diff)
Merge
Diffstat (limited to 'indra')
-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();