Missed change for rigged picking
This commit is contained in:
@@ -4498,7 +4498,7 @@ BOOL LLVOVolume::lineSegmentIntersect(const LLVector4a& start, const LLVector4a&
|
|||||||
|
|
||||||
bool LLVOVolume::treatAsRigged()
|
bool LLVOVolume::treatAsRigged()
|
||||||
{
|
{
|
||||||
return (gFloaterTools->getVisible() || LLFloaterInspect::findInstance()) &&
|
return isSelected() &&
|
||||||
(isAttachment() || isAnimatedObject()) &&
|
(isAttachment() || isAnimatedObject()) &&
|
||||||
mDrawable.notNull() &&
|
mDrawable.notNull() &&
|
||||||
mDrawable->isState(LLDrawable::RIGGED);
|
mDrawable->isState(LLDrawable::RIGGED);
|
||||||
|
|||||||
Reference in New Issue
Block a user