summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2009-11-11 18:57:12 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2009-11-11 18:57:12 -0500
commit9245322706e6d7d00b7e91d8fd6167c58986e872 (patch)
treedd0b309c4df61cd7abf9ef3eb5b5a64b717a4d97 /indra/newview/llagentwearables.cpp
parenteda34b82ee20ce43362b3fb20e809f97cc8c0081 (diff)
parent4f3d32f5c726f0ec301e1efefa32ef948faea03e (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 9938c3db2b..13fe7b4c49 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -2023,6 +2023,8 @@ void LLInitialWearablesFetch::done()
else
{
processWearablesMessage();
+ // Create links for attachments that may have arrived before the COF existed.
+ LLAppearanceManager::linkRegisteredAttachments();
}
delete this;
}