diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-12 18:55:30 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-12 18:55:30 -0400 |
commit | ee758c1da0cf0c2436034109868003da56060e6c (patch) | |
tree | ff766e4043bffd8879279ddcfffee596f7c4ff45 /indra/newview/llappearancemgr.cpp | |
parent | 2f4cb7c534852c7cec142d102520b01a4a7b5c0d (diff) |
SH-2970 WIP - scoped phase tweaking, removed auto-phase-stop on metrics send
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 13f76c0593..fe0b3ff676 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1708,7 +1708,7 @@ void LLAppearanceMgr::updateAppearanceFromCOF(bool update_base_outfit_ordering) return; } - selfStartPhase("update_appearance_from_cof"); + LLVOAvatar::ScopedPhaseSetter(gAgentAvatarp,"update_appearance_from_cof"); BoolSetter setIsInUpdateAppearanceFromCOF(mIsInUpdateAppearanceFromCOF); |