summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-01-12 13:53:25 -0600
committerDave Parks <davep@lindenlab.com>2010-01-12 13:53:25 -0600
commit3d2506abe721037d9178406ed92a4602a338c71d (patch)
treecd4a3a421fbc63ffb3e1bfc8c4abb76aef09bd69
parent86f1baf8362b58c3d54b52b99eda0bf9059fca01 (diff)
EXT-1331 Fix for avatars not rendering after they are loaded until camera is moved.
-rw-r--r--indra/newview/llvoavatar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index d0acb0bd39..5958742db2 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -2535,6 +2535,7 @@ void LLVOAvatar::idleUpdateLoadingEffect()
if (isFullyLoaded())
{
deleteParticleSource();
+ updateLOD();
}
else
{