summaryrefslogtreecommitdiff
path: root/indra/newview/llvieweroctree.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-06-17 15:24:15 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-06-17 15:24:15 -0600
commit9ed2f4d3cb02d5161bd8bb77cb7befa7feedf2d9 (patch)
treecf8d2c90a4f8a17f27b565ea3d0087c78302b9af /indra/newview/llvieweroctree.h
parent1bc1d532cff1539bb5366f87b602970f1d2a8929 (diff)
add a debug setting "InvisibleObjectsInMemoryTime" to adjust the time invisible objects stay in memory.
Diffstat (limited to 'indra/newview/llvieweroctree.h')
-rw-r--r--indra/newview/llvieweroctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvieweroctree.h b/indra/newview/llvieweroctree.h
index 0a96676be1..7f2ca6ed2d 100644
--- a/indra/newview/llvieweroctree.h
+++ b/indra/newview/llvieweroctree.h
@@ -149,7 +149,7 @@ public:
virtual void setOctreeEntry(LLViewerOctreeEntry* entry);
- virtual S32 getMinFrameRange()const = 0;
+ virtual U32 getMinFrameRange()const = 0;
F32 getBinRadius() const {return mEntry->getBinRadius();}
const LLVector4a* getSpatialExtents() const;