aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerjoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerjoint.cpp')
-rw-r--r--linden/indra/newview/llviewerjoint.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerjoint.cpp b/linden/indra/newview/llviewerjoint.cpp
index a1294be..ca624bd 100644
--- a/linden/indra/newview/llviewerjoint.cpp
+++ b/linden/indra/newview/llviewerjoint.cpp
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2001-2007, Linden Research, Inc. 5 * Copyright (c) 2001-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -272,7 +273,7 @@ U32 LLViewerJoint::render( F32 pixelArea, BOOL first_pass )
272 triangle_count += drawShape( pixelArea, FALSE ); 273 triangle_count += drawShape( pixelArea, FALSE );
273 } 274 }
274 // third past respects z buffer and writes color 275 // third past respects z buffer and writes color
275 glColorMask(TRUE, TRUE, TRUE, TRUE); 276 glColorMask(TRUE, TRUE, TRUE, FALSE);
276 { 277 {
277 LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE); 278 LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE);
278 triangle_count += drawShape( pixelArea, FALSE ); 279 triangle_count += drawShape( pixelArea, FALSE );