summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-07-18 19:33:14 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-07-18 19:33:14 +0100
commit6837ca5cd899d0aba71f856f540b535a7fc78595 (patch)
treeea2825efc64add1b852f914b0320f70acaefa51b /indra/newview/llvoavatar.cpp
parentbcfc1931dd799564b25e0043dc2cb5f388cee8d0 (diff)
SL-727 - right-click menus and hover info ignore control avatars.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r--indra/newview/llvoavatar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index ee570c8345..eab5206828 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -1704,6 +1704,7 @@ BOOL LLVOAvatar::lineSegmentIntersect(const LLVector4a& start, const LLVector4a&
return FALSE;
}
+// virtual
LLViewerObject* LLVOAvatar::lineSegmentIntersectRiggedAttachments(const LLVector4a& start, const LLVector4a& end,
S32 face,
BOOL pick_transparent,