summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-09-11 21:40:39 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-09-11 21:40:39 +0100
commitfff9dde8a8ec5f3afb2ebd32fc0d54827671fc2a (patch)
treeb664fc76f5cc78845314280453132728ba6e8bf2 /indra/newview/llvoavatar.h
parent2aa890da0bd8b42493745daa736c5ed9451bbf91 (diff)
SL-726, SL-718 - refactoring updateCharacter()
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index acecc6118c..6fb305816f 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -245,6 +245,10 @@ private: //aligned members
public:
virtual void updateDebugText();
virtual BOOL updateCharacter(LLAgent &agent);
+ void updateFootstepSounds();
+ void computeUpdatePeriod();
+ void updateOrientation(LLAgent &agent, F32 speed, F32 delta_time);
+ void updateTimeStep();
void idleUpdateVoiceVisualizer(bool voice_enabled);
void idleUpdateMisc(bool detailed_update);
virtual void idleUpdateAppearanceAnimation();