diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-12 10:28:41 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-12 10:28:41 -0500 |
commit | c8c0c51bf6124dfd5e837acb3770239e1c0654f5 (patch) | |
tree | de364507402e84510282b477bdf6969449d894c4 /indra/newview/llagentwearables.cpp | |
parent | 95adfa4cacb68e21b7251882feffbc7cb50b4438 (diff) | |
parent | 9245322706e6d7d00b7e91d8fd6167c58986e872 (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.cpp | 2 |
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; } |