From fff9d936f93cd22efcdcc4b37489d57100d8d261 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Fri, 20 Nov 2015 09:21:20 -0500 Subject: SL-273 WIP - possible fix for linux build failure --- indra/newview/llvoavatar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra') diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index cf49cd2589..d5b663b6cd 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -1399,7 +1399,7 @@ void LLVOAvatar::renderBones() LLGLDepthTest normal_depth(GL_TRUE); // Unoccluded bone portions - if (sc == LLJoint::SupportCategory::SUPPORT_BASE) + if (sc == LLJoint::SUPPORT_BASE) { gGL.diffuseColor3f( 1.0f, 0.5f, 0.5f ); } @@ -1415,7 +1415,7 @@ void LLVOAvatar::renderBones() LLGLDepthTest depth_under(GL_TRUE, GL_FALSE, GL_GREATER); // Unoccluded bone portions - if (sc == LLJoint::SupportCategory::SUPPORT_BASE) + if (sc == LLJoint::SUPPORT_BASE) { gGL.diffuseColor3f( 1.0f, 0.0f, 0.0f ); } -- cgit v1.2.3