diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvotree.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llvotree.cpp b/linden/indra/newview/llvotree.cpp index 9ec002d..6a59253 100644 --- a/linden/indra/newview/llvotree.cpp +++ b/linden/indra/newview/llvotree.cpp | |||
@@ -482,7 +482,7 @@ void LLVOTree::setPixelAreaAndAngle(LLAgent &agent) | |||
482 | #endif | 482 | #endif |
483 | } | 483 | } |
484 | 484 | ||
485 | void LLVOTree::updateTextures(LLAgent &agent) | 485 | void LLVOTree::updateTextures() |
486 | { | 486 | { |
487 | if (mTreeImagep) | 487 | if (mTreeImagep) |
488 | { | 488 | { |
@@ -1318,9 +1318,9 @@ U32 LLVOTree::getPartitionType() const | |||
1318 | } | 1318 | } |
1319 | 1319 | ||
1320 | LLTreePartition::LLTreePartition() | 1320 | LLTreePartition::LLTreePartition() |
1321 | : LLSpatialPartition(0, FALSE, 0) | 1321 | : LLSpatialPartition(0) |
1322 | { | 1322 | { |
1323 | // mRenderByGroup = FALSE; // SD hybrid | 1323 | mRenderByGroup = FALSE; |
1324 | mDrawableType = LLPipeline::RENDER_TYPE_TREE; | 1324 | mDrawableType = LLPipeline::RENDER_TYPE_TREE; |
1325 | mPartitionType = LLViewerRegion::PARTITION_TREE; | 1325 | mPartitionType = LLViewerRegion::PARTITION_TREE; |
1326 | mSlopRatio = 0.f; | 1326 | mSlopRatio = 0.f; |