aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvotree.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvotree.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llvotree.cpp b/linden/indra/newview/llvotree.cpp
index 208086f..89d6491 100644
--- a/linden/indra/newview/llvotree.cpp
+++ b/linden/indra/newview/llvotree.cpp
@@ -480,7 +480,7 @@ void LLVOTree::setPixelAreaAndAngle(LLAgent &agent)
480#endif 480#endif
481} 481}
482 482
483void LLVOTree::updateTextures() 483void LLVOTree::updateTextures(LLAgent &agent)
484{ 484{
485 if (mTreeImagep) 485 if (mTreeImagep)
486 { 486 {
@@ -1316,9 +1316,9 @@ U32 LLVOTree::getPartitionType() const
1316} 1316}
1317 1317
1318LLTreePartition::LLTreePartition() 1318LLTreePartition::LLTreePartition()
1319: LLSpatialPartition(0) 1319: LLSpatialPartition(0, FALSE, 0)
1320{ 1320{
1321 mRenderByGroup = FALSE; 1321 // mRenderByGroup = FALSE; // SD hybrid
1322 mDrawableType = LLPipeline::RENDER_TYPE_TREE; 1322 mDrawableType = LLPipeline::RENDER_TYPE_TREE;
1323 mPartitionType = LLViewerRegion::PARTITION_TREE; 1323 mPartitionType = LLViewerRegion::PARTITION_TREE;
1324 mSlopRatio = 0.f; 1324 mSlopRatio = 0.f;