summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2009-11-10 17:41:54 -0500
committerLoren Shih <seraph@lindenlab.com>2009-11-10 17:41:54 -0500
commitae9c4e3ae9e76358e30c1b0c7a5d5f4fa35e66b8 (patch)
treed5c71358c9dafb5c04da8d71ae3d0db061f7770f
parentec45ed0966bf0bd1d69009241bd28c16f5833c09 (diff)
Minor comment cleanup for llagentwearables.cpp.
-rw-r--r--indra/newview/llagentwearables.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 3fc1055acd..41807ceca0 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -887,9 +887,8 @@ void LLAgentWearables::processAgentInitialWearablesUpdate(LLMessageSystem* mesgs
lldebugs << " " << LLWearableDictionary::getTypeLabel(type) << llendl;
}
- // What we do here is get the complete information on the items in
- // the inventory, and set up an observer that will wait for that to
- // happen.
+ // Get the complete information on the items in the inventory and set up an observer
+ // that will trigger when the complete information is fetched.
LLInventoryFetchDescendentsObserver::folder_ref_t folders;
folders.push_back(current_outfit_id);
outfit->fetchDescendents(folders);