diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-19 17:17:16 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-19 17:17:16 -0400 |
commit | 193dc112df0a75c2625828e5059e80178ee3d7c8 (patch) | |
tree | acbdd42465996443a1c25c715731a8626fecfa52 /indra | |
parent | 3215c6c4ca9553abc1cb8097f2466a409b37af24 (diff) |
enable per-appearance-change metrics sending
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index a39b1cf4bc..20f91811a3 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2147,7 +2147,7 @@ void LLVOAvatarSelf::sendAppearanceChangeMetrics() if (getRegion()) { // runway - change here to activate. - caps_url = "";//getRegion()->getCapability("ViewerMetrics"); + caps_url = getRegion()->getCapability("ViewerMetrics"); } if (!caps_url.empty()) { |