From 11c9853197312af135a9d7960ee125fc41c423b8 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Wed, 13 Apr 2016 09:31:23 -0400 Subject: SL-109 - reduced size of the spheres in 'show bones' display, to make it easier to see what's going on in crowded parts of the skeleton. --- indra/newview/llvoavatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 2f0f377c40..d3ea864800 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) { -- cgit v1.2.3