diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2011-08-06 14:28:53 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2011-08-06 14:28:53 +0300 |
commit | ef6e51db22ad3aec42b19bcf3e077ff000ba8929 (patch) | |
tree | 0099e5b3a9f04817afd7cbedf411188b9846c62e /indra/newview/llviewerparceloverlay.h | |
parent | 1b7b319ae22ac7598b7b3d75ccbec75263450e07 (diff) |
SH-2170 FIXED Detecting selection of objects that cross parcel bounds added.
In this case the land impacts data is not displayed for such selection.
Diffstat (limited to 'indra/newview/llviewerparceloverlay.h')
-rw-r--r-- | indra/newview/llviewerparceloverlay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerparceloverlay.h b/indra/newview/llviewerparceloverlay.h index 3c6794e7d0..7445d5bf1d 100644 --- a/indra/newview/llviewerparceloverlay.h +++ b/indra/newview/llviewerparceloverlay.h @@ -61,6 +61,7 @@ public: // bounding boxes which isn't perfect, but is close bool encroachesOwned(const std::vector<LLBBox>& boxes) const; bool encroachesOnUnowned(const std::vector<LLBBox>& boxes) const; + bool encroachesOnNearbyParcel(const std::vector<LLBBox>& boxes) const; BOOL isSoundLocal(const LLVector3& pos) const; |