diff options
author | Richard Linden <none@none> | 2013-01-11 13:15:39 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-11 13:15:39 -0800 |
commit | a3d07fd4c27e527edfb901b25b5857d3fd7d2eaf (patch) | |
tree | 306b27137fe029cafe4d65f0c24fc65820e1ab9a /indra/newview/llvotree.cpp | |
parent | dd54893bcf50f41e5c678b6ca67b646284b94fca (diff) | |
parent | 17c051f965e05a8a91d4a93b641084869897fe71 (diff) |
Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metrics
Diffstat (limited to 'indra/newview/llvotree.cpp')
-rw-r--r-- | indra/newview/llvotree.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvotree.cpp b/indra/newview/llvotree.cpp index 6687ce432f..fe1ef10f7f 100644 --- a/indra/newview/llvotree.cpp +++ b/indra/newview/llvotree.cpp @@ -1290,8 +1290,8 @@ U32 LLVOTree::getPartitionType() const return LLViewerRegion::PARTITION_TREE; } -LLTreePartition::LLTreePartition() -: LLSpatialPartition(0, FALSE, GL_DYNAMIC_DRAW_ARB) +LLTreePartition::LLTreePartition(LLViewerRegion* regionp) +: LLSpatialPartition(0, FALSE, GL_DYNAMIC_DRAW_ARB, regionp) { mDrawableType = LLPipeline::RENDER_TYPE_TREE; mPartitionType = LLViewerRegion::PARTITION_TREE; |