diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-06-21 13:45:12 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-06-21 13:45:12 +0100 |
commit | a069e0d3db0e0771e54768a702fa18e57415992e (patch) | |
tree | 0216de28c44dd31278fcd47c09b8cc54c2891c7b /indra/newview/llagentwearablesfetch.cpp | |
parent | c0129e4b11455a05a94300e1649cf3edaaf824aa (diff) | |
parent | b12c98e48ce44df907c7477e1c21061778459496 (diff) |
Merge
Diffstat (limited to 'indra/newview/llagentwearablesfetch.cpp')
-rw-r--r-- | indra/newview/llagentwearablesfetch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagentwearablesfetch.cpp b/indra/newview/llagentwearablesfetch.cpp index ef0b97d376..931aba1d41 100644 --- a/indra/newview/llagentwearablesfetch.cpp +++ b/indra/newview/llagentwearablesfetch.cpp @@ -121,6 +121,7 @@ void LLInitialWearablesFetch::processContents() LLAppearanceMgr::instance().setAttachmentInvLinkEnable(true); if (wearable_array.count() > 0) { + gAgentWearables.notifyLoadingStarted(); LLAppearanceMgr::instance().updateAppearanceFromCOF(); } else |