diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-07-28 13:39:54 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-07-28 13:39:54 +0100 |
commit | 1b9e6225c8e438d44beb6a993cf1d0f24659d1e0 (patch) | |
tree | 84da8d0dd26f88a683f58c71786b8b756ac44a8e /indra/newview | |
parent | 22c8efc2ce8cac2056b73c504b95a9413fff8818 (diff) |
SL-763 - added some additional logging related to animation playback speed
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llcontrolavatar.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp index 8dfc2e81dc..9ed3020b66 100644 --- a/indra/newview/llcontrolavatar.cpp +++ b/indra/newview/llcontrolavatar.cpp @@ -248,6 +248,10 @@ void LLControlAvatar::updateDebugText() } #endif + addDebugText(llformat("anim time %.1f (step %f factor %f)", + mMotionController.getAnimTime(), + mMotionController.getTimeStep(), + mMotionController.getTimeFactor())); } LLVOAvatar::updateDebugText(); |