diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-26 17:45:32 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-26 17:45:32 -0400 |
commit | 2927ae2fa4058f249b8ff1e6bd7ed87b02917d57 (patch) | |
tree | fe826fdb426c66ac31bb3c278da2d399eab1f77e /indra/newview/llvoavatar.cpp | |
parent | 063a7a531a66ad1d83e644217a9488682d94b231 (diff) |
Improved default animations - work in progress
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 02baaeae41..62823648b7 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -2259,11 +2259,6 @@ BOOL LLVOAvatar::idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time) idleUpdateRenderCost(); idleUpdateTractorBeam(); - if (isSelf()) - { - dumpAnimationState(this); - } - return TRUE; } @@ -3066,6 +3061,11 @@ BOOL LLVOAvatar::updateCharacter(LLAgent &agent) } } + if (isSelf()) + { + dumpAnimationState(this); + } + if (gNoRender) { // Hack if we're running drones... |