summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2017-04-18 11:54:12 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2017-04-18 11:54:12 +0300
commit0a48d57884aeb6631d0b1c7574c02fb5f3141e39 (patch)
tree82bb599b78f985fa30d115aadc377d9dd47b94f9 /indra/newview/llvovolume.cpp
parent5ddac01ef274285ed39ab2248382531b710fdb75 (diff)
MAINT-1086 FIXED Cannot select a fully transparent object with Beacon Highlight
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 657babd92c..90ba814a15 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -3977,7 +3977,7 @@ BOOL LLVOVolume::lineSegmentIntersect(const LLVector4a& start, const LLVector4a&
start_face = face;
end_face = face+1;
}
-
+ pick_transparent |= isHiglightedOrBeacon();
bool special_cursor = specialHoverCursor();
for (S32 i = start_face; i < end_face; ++i)
{