diff options
| author | Mike Antipov <mantipov@productengine.com> | 2010-06-21 12:49:04 +0300 | 
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2010-06-21 12:49:04 +0300 | 
| commit | b12c98e48ce44df907c7477e1c21061778459496 (patch) | |
| tree | b8df23fa0896e18c206f58f16d7060d6cc311f49 /indra/newview | |
| parent | 26fe6e1df5371e889e9c0c5d0b6eba086ba1c7ac (diff) | |
EXT-7777 Just added more descriptive comment.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llagentwearables.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 66866618e1..5728256dba 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -184,6 +184,7 @@ void LLAgentWearables::cleanup()  void LLAgentWearables::initClass()  {  	// this can not be called from constructor because its instance is global and is created too early. +	// Subscribe to "COF is Saved" signal to notify observers about this (Loading indicator for ex.).  	LLOutfitObserver::instance().addCOFSavedCallback(boost::bind(&LLAgentWearables::notifyLoadingFinished, &gAgentWearables));  } | 
