summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-06-20 16:56:10 -0500
committerDave Parks <davep@lindenlab.com>2013-06-20 16:56:10 -0500
commit1e3060f6d5658946395a618201fc6b9788c8f0be (patch)
tree076ec2236c95dabcc7bbb06bc1077df49c1d2556 /indra/newview/pipeline.h
parent9ea2d90a0dd9ca9ab76583187354533011ef3fcb (diff)
Merge cleanup
Diffstat (limited to 'indra/newview/pipeline.h')
-rwxr-xr-xindra/newview/pipeline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index 1e9d54e7ac..0f2a807f7a 100755
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -199,11 +199,11 @@ public:
);
//get the closest particle to start between start and end, returns the LLVOPartGroup and particle index
- LLVOPartGroup* lineSegmentIntersectParticle(const LLVector3& start, const LLVector3& end, LLVector3* intersection,
+ LLVOPartGroup* lineSegmentIntersectParticle(const LLVector4a& start, const LLVector4a& end, LLVector4a* intersection,
S32* face_hit);
- LLViewerObject* lineSegmentIntersectInHUD(const LLVector3& start, const LLVector3& end,
+ LLViewerObject* lineSegmentIntersectInHUD(const LLVector4a& start, const LLVector4a& end,
BOOL pick_transparent,
S32* face_hit, // return the face hit
LLVector4a* intersection = NULL, // return the intersection point