diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-10-31 15:10:10 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-10-31 15:10:10 -0600 |
commit | ccb921b287b14129918c07072f57078c69ca7e65 (patch) | |
tree | 9f9e439d11b8de3c9e62d2793975a7f41359fa38 /indra/newview/pipeline.cpp | |
parent | 960765e8c7d49a48e66f2e55e980c60645d9ca37 (diff) |
more fix for performance regression.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rwxr-xr-x | indra/newview/pipeline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 2cf59d212b..c5148690a5 100755 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -2155,11 +2155,11 @@ void LLPipeline::updateMove() } //balance the VO Cache tree - LLVOCachePartition* vo_part = region->getVOCachePartition(); + /*LLVOCachePartition* vo_part = region->getVOCachePartition(); if(vo_part) { vo_part->mOctree->balance(); - } + }*/ } } } |