diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-05-28 14:55:37 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-05-28 14:55:37 -0600 |
commit | 6827febd3027decb1bd8da013b6af413114239a9 (patch) | |
tree | 3232168e83ad4ff1f0e6bd42b0e52181283ddb08 /indra/newview/llvieweroctree.cpp | |
parent | b5f98560c796d62e45ebd0e410254b79958c7f47 (diff) |
change the way to handle creating/destroying a same object repeatedly
Diffstat (limited to 'indra/newview/llvieweroctree.cpp')
-rw-r--r-- | indra/newview/llvieweroctree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvieweroctree.cpp b/indra/newview/llvieweroctree.cpp index d9e1774c6d..d631985e82 100644 --- a/indra/newview/llvieweroctree.cpp +++ b/indra/newview/llvieweroctree.cpp @@ -409,7 +409,7 @@ bool LLViewerOctreeEntryData::isRecentlyVisible() const return true; } - return (sCurVisible - mEntry->mVisible < getMinVisFrameRange()); + return (sCurVisible - mEntry->mVisible < getMinFrameRange()); } void LLViewerOctreeEntryData::setVisible() const |