summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-10-04 20:55:07 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-10-04 20:55:07 +0300
commit50133bdebe3f07e9d6889769077e4360b0a5ff8c (patch)
tree2e88adbebf14e13ddf2330087980ce6df519c505 /indra/newview/llvovolume.cpp
parent5d7b1b09ff195611548bababf36d412ef76ed924 (diff)
SL-20400 Fixed cannot touch objects with "Select Only My Objects"
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index c9f3d86793..20a6a189b4 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -4617,7 +4617,7 @@ BOOL LLVOVolume::lineSegmentIntersect(const LLVector4a& start, const LLVector4a&
if (!pick_unselectable)
{
- if (!LLSelectMgr::instance().canSelectObject(this))
+ if (!LLSelectMgr::instance().canSelectObject(this, TRUE))
{
return FALSE;
}