summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llvoavatar.cpp4
1 files changed, 2 insertions, 2 deletions
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 );
}