summaryrefslogtreecommitdiff
path: root/indra/newview/llvieweroctree.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-08-23 12:25:49 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-08-23 12:25:49 -0600
commit47f1da8383bb7187ae1402ce7b8fec8cd9f56a7d (patch)
tree09d3c5ea64724053b848ff3f6a4a7fe1679bba0f /indra/newview/llvieweroctree.cpp
parentc95d0b884371045a46c345d43fab90b5f3d6ccb2 (diff)
parent55df26a7bf9e141205484543cf02759f599bf521 (diff)
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/newview/llvieweroctree.cpp')
-rw-r--r--indra/newview/llvieweroctree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvieweroctree.cpp b/indra/newview/llvieweroctree.cpp
index 637505a826..481befdb44 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 < getMinFrameRange());
+ return false;
}
void LLViewerOctreeEntryData::setVisible() const