summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNeal Orman <nyx@lindenlab.com>2009-07-14 15:24:37 +0000
committerNeal Orman <nyx@lindenlab.com>2009-07-14 15:24:37 +0000
commit4447005b72aaebd8446c183ac2a3dc8432f6eb0f (patch)
tree9af16a43c78cbf17c875d37dfb82f49cd0b0619c /indra
parent56e045547951cdad356da38ba3da4251d58d3fb8 (diff)
DEV-34299 - VWR-13996: Avatars are invisible, except for attachments
One-line fix for a very old bug. Bug was hunted and fixed by resident Aleric Inglewood. Code reviewed by Nyx. Patch is a one-off, de minimis change. Contact Nyx if any problems with this code. -Nyx
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llspatialpartition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp
index 435d010de3..e45e1feffd 100644
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -577,7 +577,7 @@ void LLSpatialPartition::rebuildGeom(LLSpatialGroup* group)
return;
}
- if (group->changeLOD())
+ if (!LLPipeline::sSkipUpdate && group->changeLOD())
{
group->mLastUpdateDistance = group->mDistance;
group->mLastUpdateViewAngle = group->mViewAngle;