diff options
| author | Merov Linden <merov@lindenlab.com> | 2010-09-30 22:57:05 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2010-09-30 22:57:05 -0700 |
| commit | c7b6ebaf762ba9bcdf64c6bc3b1e0fb81356c5b2 (patch) | |
| tree | 2a17359f6416b0f5c8f0d9632b390eef348a056b /indra/newview/llviewerregion.cpp | |
| parent | df67c34b42837a782ee76f71d1a63fe93ea0ec08 (diff) | |
Port of SNOW-643 : Water flicker at high altitude. This doesn't fix the low altitude flicker though (STORM-306)
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
| -rw-r--r-- | indra/newview/llviewerregion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 98f16757b2..74e9b9f4a2 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -261,6 +261,7 @@ LLViewerRegion::LLViewerRegion(const U64 &handle, //MUST MATCH declaration of eObjectPartitions mObjectPartition.push_back(new LLHUDPartition()); //PARTITION_HUD mObjectPartition.push_back(new LLTerrainPartition()); //PARTITION_TERRAIN + mObjectPartition.push_back(new LLVoidWaterPartition()); //PARTITION_VOIDWATER mObjectPartition.push_back(new LLWaterPartition()); //PARTITION_WATER mObjectPartition.push_back(new LLTreePartition()); //PARTITION_TREE mObjectPartition.push_back(new LLParticlePartition()); //PARTITION_PARTICLE |
