summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-09-22 18:28:49 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-10-19 23:20:15 +0300
commiteb9a3ea9024a8049fcc51bcf12cde0c6ff1a06c4 (patch)
tree806fc7eaee40d8bd38e862a2a9b554ed84ab97c0
parentacf771a47e0f41e2a2e62d51b243d79b40a5d680 (diff)
SL-14469 Difficulties clicking objects that are close to the body
-rw-r--r--indra/newview/pipeline.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 365f793ed7..2cafd93b83 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -7154,6 +7154,7 @@ LLViewerObject* LLPipeline::lineSegmentIntersectInWorld(const LLVector4a& start,
{
if ((j == LLViewerRegion::PARTITION_VOLUME) ||
(j == LLViewerRegion::PARTITION_BRIDGE) ||
+ (j == LLViewerRegion::PARTITION_AVATAR) || // for attachments
(j == LLViewerRegion::PARTITION_CONTROL_AV) ||
(j == LLViewerRegion::PARTITION_TERRAIN) ||
(j == LLViewerRegion::PARTITION_TREE) ||