From 8f0bda3dab31fabc33e03503a93c41785a3c4b28 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 29 Mar 2019 05:57:23 -0400 Subject: [PATCH] Missed change for rigged picking --- indra/newview/llvovolume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 04f863e88..2b670c298 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4498,7 +4498,7 @@ BOOL LLVOVolume::lineSegmentIntersect(const LLVector4a& start, const LLVector4a& bool LLVOVolume::treatAsRigged() { - return (gFloaterTools->getVisible() || LLFloaterInspect::findInstance()) && + return isSelected() && (isAttachment() || isAnimatedObject()) && mDrawable.notNull() && mDrawable->isState(LLDrawable::RIGGED);