summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-11-16 15:25:09 -0600
committerDave Parks <davep@lindenlab.com>2011-11-16 15:25:09 -0600
commitb2824aa21dc52aa4db5374fa3b8084e34a280747 (patch)
treeb54a881c3572ebccdd5701cab714e307cbf2ab8c /indra/newview
parent986dccbeafa3fe0ddd9a05e0916a414e4abc51d6 (diff)
SH-2690 Add comments per Vir's review feedback
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llselectmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llselectmgr.cpp b/indra/newview/llselectmgr.cpp
index 036e428415..5d0d1ef9a3 100644
--- a/indra/newview/llselectmgr.cpp
+++ b/indra/newview/llselectmgr.cpp
@@ -5717,7 +5717,7 @@ void LLSelectNode::renderOneSilhouette(const LLColor4 &color)
LLGLSLShader* shader = LLGLSLShader::sCurBoundShaderPtr;
if (shader)
- {
+ { //switch to "solid color" program for SH-2690 -- works around driver bug causing bad triangles when rendering silhouettes
gSolidColorProgram.bind();
}