diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-04-05 14:25:21 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-04-05 14:25:21 -0400 |
commit | 7d739fbe5b5f53fdc9dc5bfc1358906cca44fc05 (patch) | |
tree | b144f3a282ac370aca5dd4f376bff5c53c31fce3 /indra/newview/llagentwearables.cpp | |
parent | 67353ef0c24f62c5e2356ccc1aaa55fb556379f5 (diff) |
SH-3064 WIP - accumulate stats tied to phase timers
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rwxr-xr-x | indra/newview/llagentwearables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 843fe8ef5e..5bfcace707 100755 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -952,7 +952,7 @@ void LLAgentWearables::processAgentInitialWearablesUpdate(LLMessageSystem* mesgs if (isAgentAvatarValid()) { - gAgentAvatarp->clearPhases(); // reset phase timers for outfit loading. + //gAgentAvatarp->clearPhases(); // reset phase timers for outfit loading. gAgentAvatarp->startPhase("process_initial_wearables_update"); gAgentAvatarp->outputRezTiming("Received initial wearables update"); } |