track avatar size info in avatar debug line

master
Brad Payne (Vir Linden) 2014-10-07 16:29:45 -04:00
parent 5b3f8554a3
commit 20a7cceb50
1 changed files with 1 additions and 0 deletions

View File

@ -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"))