diff options
author | Dave Parks <davep@lindenlab.com> | 2012-10-09 18:27:42 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-10-09 18:27:42 -0500 |
commit | 9db74ae962ad0c8864f8b236bed0bb503b0e96e1 (patch) | |
tree | 9c77eb238d7d4c027a780fa4a0ee6499674d4a33 /indra/newview | |
parent | 81ba7e031e522e38fca760861a710f7527edecdd (diff) |
MAINT-1138 Fix for crash when picking rigged attachments.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvovolume.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 5d1c335078..538911e9b8 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -1483,7 +1483,7 @@ BOOL LLVOVolume::genBBoxes(BOOL force_global) updateRadius(); mDrawable->movePartition(); - + return res; } @@ -3583,7 +3583,6 @@ BOOL LLVOVolume::lineSegmentIntersect(const LLVector3& start, const LLVector3& e if (LLFloater::isVisible(gFloaterTools) && getAvatar()->isSelf()) { updateRiggedVolume(); - genBBoxes(FALSE); volume = mRiggedVolume; transform = false; } |