summaryrefslogtreecommitdiff
path: root/indra/newview/llface.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-09-02 08:41:22 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-09-02 08:41:22 -0400
commitd07a8b9965b54fca34b239a51af46b996a58d553 (patch)
tree95f5ec7ee8230ba2b53d068d796264b348e9f1b2 /indra/newview/llface.cpp
parent5521066237cd50feb09fc3244dda42e7c9609842 (diff)
SL-124 - small comment cleanups
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r--indra/newview/llface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index 424bc0228c..3d5e2d356e 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -573,7 +573,7 @@ void LLFace::renderSelected(LLViewerTexture *imagep, const LLColor4& color)
LLRiggedVolume* rigged = volume->getRiggedVolume();
if (rigged)
{
- // BENTO - called when selecting a face during edit of a mesh object
+ // called when selecting a face during edit of a mesh object
LLGLEnable offset(GL_POLYGON_OFFSET_FILL);
glPolygonOffset(-1.f, -1.f);
gGL.multMatrix((F32*) volume->getRelativeXform().mMatrix);