From 9f1482501348b36ef51b5eacfb6ddd62f83b814c Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" <vir@lindenlab.com> Date: Wed, 13 Dec 2017 14:04:23 +0000 Subject: [PATCH] SL-731 - diagnostic display cleanup for DebugAnimatedObjects --- indra/newview/llcontrolavatar.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp index 9b7118d9cb2..2df06caa23a 100644 --- a/indra/newview/llcontrolavatar.cpp +++ b/indra/newview/llcontrolavatar.cpp @@ -287,6 +287,7 @@ void LLControlAvatar::updateDebugText() addDebugText(llformat("types %s lods %s", type_string.c_str(), lod_string.c_str())); addDebugText(llformat("tris %d verts %d", total_tris, total_verts)); addDebugText(llformat("pxarea %s", LLStringOps::getReadableNumber(getPixelArea()).c_str())); +#if 0 std::string region_name = "no region"; if (mRootVolp->getRegion()) { @@ -300,10 +301,7 @@ void LLControlAvatar::updateDebugText() addDebugText(llformat("region %x %s skel %x %s", mRootVolp->getRegion(), region_name.c_str(), getRegion(), skel_region_name.c_str())); - //addDebugText(llformat("anim time %.1f (step %f factor %f)", - // mMotionController.getAnimTime(), - // mMotionController.getTimeStep(), - // mMotionController.getTimeFactor())); +#endif } LLVOAvatar::updateDebugText(); -- GitLab