diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-29 15:58:50 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-29 15:58:50 -0400 |
commit | e9effbe73a995b7356ae711a3406f253a779005f (patch) | |
tree | 6a6ba9ac09ab2cb778a26893bd8afd9e95593441 /indra/newview/llvoavatar.cpp | |
parent | 969a4bf934030fe543cd9b05e3ef1e2da0ba11d1 (diff) |
For EXT-6953: Evaluate and implement Richard's improved default animations. New versions of animations fix looping and other problems, reduced log spam.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 62823648b7..05583c0944 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3063,7 +3063,7 @@ BOOL LLVOAvatar::updateCharacter(LLAgent &agent) if (isSelf()) { - dumpAnimationState(this); + // dumpAnimationState(this); } if (gNoRender) |