diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-10-07 16:29:45 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-10-07 16:29:45 -0400 |
commit | 20a7cceb50bf4e5d238575c2180683ee4eb19b38 (patch) | |
tree | f9f98cd86e51d2dcf79b58951f720ee3b5aa7912 /indra/newview | |
parent | 5b3f8554a39a31851be747169bc229eac3b69463 (diff) |
track avatar size info in avatar debug line
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 6bd6570589..b483a3e452 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3212,6 +3212,7 @@ BOOL LLVOAvatar::updateCharacter(LLAgent &agent) { debug_line += llformat(" - cof rcv:%d", last_received_cof_version); } + debug_line += llformat(" bsz-z: %f avofs-z: %f", mBodySize[2], mAvatarOffset[2]); addDebugText(debug_line); } if (gSavedSettings.getBOOL("DebugAvatarCompositeBaked")) |