diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-12 18:24:06 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-12 18:24:06 -0400 |
| commit | 2f4cb7c534852c7cec142d102520b01a4a7b5c0d (patch) | |
| tree | f254a22cf11dc149a6813b7aa68ed0b72315b2b8 /indra/newview/llagent.cpp | |
| parent | bcc2547911fe6bd3ab433118dcdbfd84b3f024ec (diff) | |
SH-2970 WIP - send per-appearance-change metrics packet (disabled)
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rwxr-xr-x | indra/newview/llagent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index af3a409944..9f764c6e41 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3779,6 +3779,7 @@ void LLAgent::sendAgentSetAppearance() return; } + gAgentAvatarp->sendAppearanceChangeMetrics(); llinfos << gAgentAvatarp->avString() << "TAT: Sent AgentSetAppearance: " << gAgentAvatarp->getBakedStatusForPrintout() << llendl; //dumpAvatarTEs( "sendAgentSetAppearance()" ); |
