diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-07-21 15:46:12 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-07-21 15:46:12 -0500 |
commit | b67172aa12be4a37c83042437844747ff0e02e34 (patch) | |
tree | f74d5d5f8d4c05c64a8ec805909f12749d00b67d /indra/newview/pipeline.h | |
parent | c85bb7846d270ba23c447c1b0073cd238d5fd1bc (diff) |
SL-20010 Make reflection probes ignore touch actions.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 427240aad7..fe92c69cbb 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -205,6 +205,7 @@ public: bool pick_transparent, bool pick_rigged, bool pick_unselectable, + bool pick_reflection_probe, 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 |