diff options
author | Oz Linden <oz@lindenlab.com> | 2012-07-08 16:39:54 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-07-08 16:39:54 -0400 |
commit | 13f7afbd7d91db0ab5b2f1e3bf7b894bbdd48e7a (patch) | |
tree | 1f26ebd62594f000aa5a7d85952d73d25a1ce831 /indra/newview | |
parent | 077e851bdd8e46fa9d5a43712dacdf5945a979f7 (diff) | |
parent | 02bb54273fdd577081d1d126c1495fd472f21c30 (diff) |
merge changes for DRTVWR-176
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index faadfb4b87..6d67e098a6 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -229,12 +229,13 @@ LLUpdateAppearanceOnDestroy::LLUpdateAppearanceOnDestroy(bool update_base_outfit LLUpdateAppearanceOnDestroy::~LLUpdateAppearanceOnDestroy() { - LL_INFOS("Avatar") << self_av_string() << "done update appearance on destroy" << LL_ENDL; - - selfStopPhase("update_appearance_on_destroy"); - if (!LLApp::isExiting()) { + // speculative fix for MAINT-1150 + LL_INFOS("Avatar") << self_av_string() << "done update appearance on destroy" << LL_ENDL; + + selfStopPhase("update_appearance_on_destroy"); + LLAppearanceMgr::instance().updateAppearanceFromCOF(mUpdateBaseOrder); } } |