summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2009-11-12 11:20:57 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2009-11-12 11:20:57 -0500
commitde6ca4c5eacb30b557e5c4a36ca8be11e5322b12 (patch)
treead9e16a7e2d921a8991d0667fa540b4c363a6c7e /indra/newview/llagentwearables.cpp
parente2a40ec0caaf4c1f835177028e5d47dc663f9210 (diff)
parentc8c0c51bf6124dfd5e837acb3770239e1c0654f5 (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r--indra/newview/llagentwearables.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 0313e2e5fa..9b4986247f 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -2022,6 +2022,8 @@ void LLInitialWearablesFetch::done()
else
{
processWearablesMessage();
+ // Create links for attachments that may have arrived before the COF existed.
+ LLAppearanceManager::linkRegisteredAttachments();
}
delete this;
}