summaryrefslogtreecommitdiff
path: root/indra/newview/llvieweroctree.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-10-30 23:17:40 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-10-30 23:17:40 -0600
commit960765e8c7d49a48e66f2e55e980c60645d9ca37 (patch)
tree3f83c3212c4732c1e7acbe634c5e2baf1e32f86c /indra/newview/llvieweroctree.h
parent46c3bf7575a0366c20388d19815a5ee8e01cc0c6 (diff)
more fix to reduce number of rendered triangles per frame.
Diffstat (limited to 'indra/newview/llvieweroctree.h')
-rw-r--r--indra/newview/llvieweroctree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvieweroctree.h b/indra/newview/llvieweroctree.h
index 611f285c8e..b03047cbbe 100644
--- a/indra/newview/llvieweroctree.h
+++ b/indra/newview/llvieweroctree.h
@@ -217,6 +217,7 @@ public:
BOOL isVisible() const;
virtual BOOL isRecentlyVisible() const;
S32 getVisible(LLViewerCamera::eCameraID id) const {return mVisible[id];}
+ S32 getAnyVisible() const {return mAnyVisible;}
bool isEmpty() const { return mOctreeNode->isEmpty(); }
U32 getState() {return mState; }