diff options
author | Xiaohong Bao <none@none> | 2009-11-12 15:34:36 -0800 |
---|---|---|
committer | Xiaohong Bao <none@none> | 2009-11-12 15:34:36 -0800 |
commit | 343b50c76588817495398769d76934c0ab0393c2 (patch) | |
tree | 2b665d9802553ccec8e7e70ccd33c2d601c6038a /indra/newview/llspatialpartition.cpp | |
parent | 3e73b75fa21392e09861dd2acd1d169a3881cc61 (diff) | |
parent | 3fe0287d122c508f686b05c5a8449a61c3ab7be2 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 8c5439d47e..6ca6734598 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -435,7 +435,7 @@ void LLSpatialGroup::clearDrawMap() BOOL LLSpatialGroup::isRecentlyVisible() const { - return (LLDrawable::getCurrentFrame() - (S32)mVisible) < LLDrawable::getMinVisFrameRange() ; + return (LLDrawable::getCurrentFrame() - mVisible[LLViewerCamera::sCurCameraID]) < LLDrawable::getMinVisFrameRange() ; } BOOL LLSpatialGroup::isVisible() const |