summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llrender/llrendernavprim.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llrender/llrendernavprim.cpp b/indra/llrender/llrendernavprim.cpp
index 73bc21ab7c..3e14c34168 100644
--- a/indra/llrender/llrendernavprim.cpp
+++ b/indra/llrender/llrendernavprim.cpp
@@ -53,10 +53,11 @@ void LLRenderNavPrim::renderTri( const LLVector3& a, const LLVector3& b, const L
{
glPolygonMode(GL_NONE, GL_FILL);
LLGLDisable cull(GL_CULL_FACE);
- LLGLEnable lighting( GL_LIGHTING );
+ //LLGLEnable lighting( GL_LIGHTING );
//glEnable(GL_POLYGON_STIPPLE);
glLineWidth(1.5f);
LLColor4 colorA( color );
+ colorA*=2.0f;
gGL.color4fv( colorA.mV );
gGL.begin(LLRender::TRIANGLES);