summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2010-12-06 17:15:56 -0500
committerprep <prep@lindenlab.com>2010-12-06 17:15:56 -0500
commitcb8dbaf0ef0c66294440aa209997de1a8bce382d (patch)
tree71478098d2cb5bdb70297474d07df85e5fbf5248 /indra/newview/llvoavatarself.cpp
parent40e3f15988a2c4ed99673f1f4ea449bab179048a (diff)
Fix for SH-542
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r--indra/newview/llvoavatarself.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index 5054aa3c9e..935bd4a588 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -625,6 +625,7 @@ BOOL LLVOAvatarSelf::updateCharacter(LLAgent &agent)
mScreenp->updateWorldMatrixChildren();
resetHUDAttachments();
}
+ LLVOAvatar::rebuildRiggedAttachments();
return LLVOAvatar::updateCharacter(agent);
}