diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-09-25 16:41:13 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-09-25 16:41:13 -0600 |
commit | 4aa41f80bae421109900321af1d090ba5c8e6fdb (patch) | |
tree | c366e14e442a72a87397415003dcb28bda524de3 /indra/newview/pipeline.cpp | |
parent | ab8f64a96754edaa68dd1ff97b9519eff4496aa6 (diff) | |
parent | 456ff3949a28542ecd89ec23b0287b55a166529f (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rwxr-xr-x | indra/newview/pipeline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 38bef1f4f5..9d8aa849ba 100755 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -7371,6 +7371,7 @@ void LLPipeline::doResetVertexBuffers() { LLSpatialPartition::sTeleportRequested = FALSE; + LLWorld::getInstance()->clearAllVisibleObjects(); clearRebuildGroups(); clearRebuildDrawables(); } |