summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-09 17:11:23 -0800
committerTofu Buzzard <no-email>2011-03-09 17:11:23 -0800
commitf2500cd93a8305de950d618551f589cc822d160c (patch)
treef6341cb8cb66a4fa2b59393e32294921c4ce91cd /indra/newview/llvoavatar.cpp
parent63636e8ceabc7487e42427d9a6a83cad5116daa0 (diff)
parent1dbdb9b97c1a177edc45e078af6bd0b9997e80bb (diff)
merge
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r--indra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index aa7349f129..a73bac39cf 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -1428,7 +1428,7 @@ void LLVOAvatar::getSpatialExtents(LLVector4a& newMin, LLVector4a& newMax)
if (attached_object && !attached_object->isHUDAttachment())
{
LLDrawable* drawable = attached_object->mDrawable;
- if (drawable)
+ if (drawable && !drawable->isState(LLDrawable::RIGGED))
{
LLSpatialBridge* bridge = drawable->getSpatialBridge();
if (bridge)