summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <andreylproductengine@lindenlab.com>2015-09-22 20:32:57 +0300
committerAndrey Lihatskiy <andreylproductengine@lindenlab.com>2015-09-22 20:32:57 +0300
commit3a8ac4305746540a003c43e0c9e8cf75d8b68d4f (patch)
tree95b235d37d6499735a7458e868e2b8c9e0ec870c /indra/newview/pipeline.h
parent3cec33653bace09c52aeca0bd9a74efc7d11c985 (diff)
parentf2bea6c44bf0b37d39a3bff6bbe0f5a636d28b21 (diff)
Merged in maint-5416 (pull request #2)
MAINT-5416 FIXED Cannot right-click a rigged mesh that's worn
Diffstat (limited to 'indra/newview/pipeline.h')
-rwxr-xr-xindra/newview/pipeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index ce2f4b17b1..97e11a151f 100755
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -183,6 +183,7 @@ public:
//get the object between start and end that's closest to start.
LLViewerObject* lineSegmentIntersectInWorld(const LLVector4a& start, const LLVector4a& end,
BOOL pick_transparent,
+ BOOL pick_rigged,
S32* face_hit, // return the face hit
LLVector4a* intersection = NULL, // return the intersection point
LLVector2* tex_coord = NULL, // return the texture coordinates of the intersection point