diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-08-21 17:24:28 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-08-21 17:24:28 -0600 |
commit | ea37dd4acc8687ae28902b8a5f7d0841314c4849 (patch) | |
tree | d2ee3d9cd87749c6d9b3814e7808cd05b9280408 /indra/newview/llvieweroctree.h | |
parent | 37626bb4a29c39b35fe63971928b76d11faafeb3 (diff) | |
parent | 31bf481a7b5f079d95be6a44a45502bb957e0941 (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/newview/llvieweroctree.h')
-rw-r--r-- | indra/newview/llvieweroctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvieweroctree.h b/indra/newview/llvieweroctree.h index 7fdb5661d8..0cd0206223 100644 --- a/indra/newview/llvieweroctree.h +++ b/indra/newview/llvieweroctree.h @@ -327,6 +327,7 @@ public: //virtual BOOL isRecentlyVisible() const; + LLViewerOctreePartition* getSpatialPartition()const {return mSpatialPartition;} static U32 getNewOcclusionQueryObjectName(); static void releaseOcclusionQueryObjectName(U32 name); |