summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawable.cpp
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/lldrawable.cpp
parent1bc1d532cff1539bb5366f87b602970f1d2a8929 (diff)
add a debug setting "InvisibleObjectsInMemoryTime" to adjust the time invisible objects stay in memory.
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rwxr-xr-xindra/newview/lldrawable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp
index 22a7c350d6..30d1b7fdba 100755
--- a/indra/newview/lldrawable.cpp
+++ b/indra/newview/lldrawable.cpp
@@ -1098,9 +1098,9 @@ LLSpatialPartition* LLDrawable::getSpatialPartition()
}
//virtual
-S32 LLDrawable::getMinFrameRange() const
+U32 LLDrawable::getMinFrameRange() const
{
-const S32 MIN_VIS_FRAME_RANGE = 2 ; //two frames:the current one and the last one.
+ const U32 MIN_VIS_FRAME_RANGE = 2 ; //two frames:the current one and the last one.
return MIN_VIS_FRAME_RANGE ;
}