summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llspatialpartition.h')
-rw-r--r--indra/newview/llspatialpartition.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h
index ea0802985e..6a795d4c6c 100644
--- a/indra/newview/llspatialpartition.h
+++ b/indra/newview/llspatialpartition.h
@@ -173,6 +173,7 @@ public:
BOOL boundObjects(BOOL empty, LLVector3& newMin, LLVector3& newMax);
void unbound();
BOOL rebound();
+ void destroyGL();
void updateDistance(LLCamera& camera);
BOOL changeLOD();
@@ -273,6 +274,8 @@ public:
BOOL isVolatile() const { return mVolatile; }
virtual LLSpatialBridge* asBridge() { return NULL; }
+ virtual BOOL isBridge() { return asBridge() != NULL; }
+
S32 getObjects(const LLVector3& pos, F32 rad, LLDrawable::drawable_set_t &results );
S32 getLights(const LLVector3& pos, F32 rad, LLDrawable::drawable_set_t &results );