diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llspatialpartition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llspatialpartition.h b/linden/indra/newview/llspatialpartition.h index f42d55b..da842f9 100644 --- a/linden/indra/newview/llspatialpartition.h +++ b/linden/indra/newview/llspatialpartition.h | |||
@@ -52,6 +52,7 @@ class LLSpatialBridge; | |||
52 | class LLSpatialGroup; | 52 | class LLSpatialGroup; |
53 | 53 | ||
54 | S32 AABBSphereIntersect(const LLVector3& min, const LLVector3& max, const LLVector3 &origin, const F32 &rad); | 54 | S32 AABBSphereIntersect(const LLVector3& min, const LLVector3& max, const LLVector3 &origin, const F32 &rad); |
55 | S32 AABBSphereIntersectR2(const LLVector3& min, const LLVector3& max, const LLVector3 &origin, const F32 &radius_squared); | ||
55 | 56 | ||
56 | class LLDrawInfo : public LLRefCount | 57 | class LLDrawInfo : public LLRefCount |
57 | { | 58 | { |