summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-10-07 16:29:45 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-10-07 16:29:45 -0400
commit1355578332b4225488918d892e21c84634fb1b40 (patch)
tree14a23379f21352fd41e4efdb0a4c09140b0bc5a9
parent68e561cf17da0ce32eb16d4999f2315e326f6ee1 (diff)
track avatar size info in avatar debug line
-rwxr-xr-xindra/newview/llvoavatar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index dfb9bb54e7..3763ea79c6 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"))