summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.h
diff options
context:
space:
mode:
authorAndrew Meadows <andrew@lindenlab.com>2010-12-17 19:52:45 -0800
committerAndrew Meadows <andrew@lindenlab.com>2010-12-17 19:52:45 -0800
commit7fc9d701190a75c8f96a0a808d793dbc34860916 (patch)
tree9d4079adaad40a72b287c70ed22db0c86a223b76 /indra/newview/llviewerregion.h
parent3be87bb04685e971965ab5ac4166165c3785476f (diff)
For object-vs-parcel overlap we now use list of axis aligned boxes
one box for each prim, for less slop on queries
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r--indra/newview/llviewerregion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h
index 76228c0d2a..3d3f1d62a6 100644
--- a/indra/newview/llviewerregion.h
+++ b/indra/newview/llviewerregion.h
@@ -295,7 +295,7 @@ public:
LLSpatialPartition* getSpatialPartition(U32 type);
- bool objectIsReturnable(const LLVector3& pos, const LLBBox& bbox);
+ bool objectIsReturnable(const LLVector3& pos, const std::vector<LLBBox>& boxes) const;
public:
struct CompareDistance
{