diff options
author | Richard Linden <none@none> | 2013-01-10 19:26:58 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-10 19:26:58 -0800 |
commit | efa6be575c184a885d2b7e6f2142db6777668343 (patch) | |
tree | 1822b8aa43e58ac9ce7a33db69668ecaf844f15d /indra/newview/llvosurfacepatch.cpp | |
parent | 826dbe08ffb1eee2428184641a61615c8375c95c (diff) | |
parent | 840540be186904b1e711d79dede0c771c967950c (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics
Diffstat (limited to 'indra/newview/llvosurfacepatch.cpp')
-rw-r--r-- | indra/newview/llvosurfacepatch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvosurfacepatch.cpp b/indra/newview/llvosurfacepatch.cpp index cb905d02da..d5b3f2fd14 100644 --- a/indra/newview/llvosurfacepatch.cpp +++ b/indra/newview/llvosurfacepatch.cpp @@ -1058,8 +1058,8 @@ U32 LLVOSurfacePatch::getPartitionType() const return LLViewerRegion::PARTITION_TERRAIN; } -LLTerrainPartition::LLTerrainPartition() -: LLSpatialPartition(LLDrawPoolTerrain::VERTEX_DATA_MASK, FALSE, GL_DYNAMIC_DRAW_ARB) +LLTerrainPartition::LLTerrainPartition(LLViewerRegion* regionp) +: LLSpatialPartition(LLDrawPoolTerrain::VERTEX_DATA_MASK, FALSE, GL_DYNAMIC_DRAW_ARB, regionp) { mOcclusionEnabled = FALSE; mInfiniteFarClip = TRUE; |