diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-09-11 21:40:39 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-09-11 21:40:39 +0100 |
commit | fff9dde8a8ec5f3afb2ebd32fc0d54827671fc2a (patch) | |
tree | b664fc76f5cc78845314280453132728ba6e8bf2 /indra/newview/llcontrolavatar.h | |
parent | 2aa890da0bd8b42493745daa736c5ed9451bbf91 (diff) |
SL-726, SL-718 - refactoring updateCharacter()
Diffstat (limited to 'indra/newview/llcontrolavatar.h')
-rw-r--r-- | indra/newview/llcontrolavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llcontrolavatar.h b/indra/newview/llcontrolavatar.h index a6b77b73ba..308d431615 100644 --- a/indra/newview/llcontrolavatar.h +++ b/indra/newview/llcontrolavatar.h @@ -51,6 +51,7 @@ public: void markForDeath(); virtual void idleUpdate(LLAgent &agent, const F64 &time); + virtual BOOL updateCharacter(LLAgent &agent); void getAnimatedVolumes(std::vector<LLVOVolume*>& volumes); void updateAnimations(); |