diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-13 10:21:33 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-13 10:21:33 -0500 |
commit | 7fba28471a39e9ffaf866ca6cf379c6b684c0d18 (patch) | |
tree | a59a40bdaeb13aefd66121d0f780d8006bef2a3c /indra/newview/llappearancemgr.cpp | |
parent | 2665106aebc4fde975aa13f5c093637e4d9d30ad (diff) | |
parent | 9ef4c33772b3d358fd90125ea82a05ae70c01643 (diff) |
merge
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index ecbb922adc..10523ca998 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -2008,6 +2008,7 @@ void LLAppearanceMgr::updateAppearanceFromCOF(bool update_base_outfit_ordering) } BoolSetter setIsInUpdateAppearanceFromCOF(mIsInUpdateAppearanceFromCOF); + selfStartPhase("update_appearance_from_cof"); LL_INFOS("Avatar") << self_av_string() << "starting" << LL_ENDL; |