Skip to content
Snippets Groups Projects
Commit 4447005b authored by Neal Orman's avatar Neal Orman
Browse files

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
parent 56e04554
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ Aleric Inglewood
VWR-10001
VWR-10759
VWR-10837
VWR-13996
Ales Beaumont
VWR-9352
Alissa Sabre
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment