diff options
author | Tofu Buzzard <no-email> | 2011-03-09 17:11:23 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-03-09 17:11:23 -0800 |
commit | f2500cd93a8305de950d618551f589cc822d160c (patch) | |
tree | f6341cb8cb66a4fa2b59393e32294921c4ce91cd /indra/newview/llvoavatar.cpp | |
parent | 63636e8ceabc7487e42427d9a6a83cad5116daa0 (diff) | |
parent | 1dbdb9b97c1a177edc45e078af6bd0b9997e80bb (diff) |
merge
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
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)
|