diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 2f0f377c403f8a7a6b10d55066b629228d1e48a1..d3ea86480073d3e1bfabe389a6ef20c6c8fc0e5d 100755
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -1440,7 +1440,7 @@ void LLVOAvatar::renderBones()
     static LLVector3 EXTENDED_COLOR_OCCLUDED(0.0f, 1.0f, 0.0f);
     static LLVector3 EXTENDED_COLOR_VISIBLE(0.5f, 0.5f, 0.5f);
     
-    static F32 SPHERE_SCALEF = 0.003f;
+    static F32 SPHERE_SCALEF = 0.001f;
 
 	for (; iter != end; ++iter)
 	{