diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-09-12 13:06:29 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-09-12 13:06:29 +0100 |
commit | 6bf5c172a62ff045b6076960de6b498e2d7009fd (patch) | |
tree | 9d74b4376e6b93d8b4a1740b39ba1338e404ec0f /indra/newview/llvoavatar.h | |
parent | fff9dde8a8ec5f3afb2ebd32fc0d54827671fc2a (diff) |
SL-726 - more refactoring on updateCharacter()
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 6fb305816f..1a39c3a3d9 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -249,6 +249,8 @@ public: void computeUpdatePeriod(); void updateOrientation(LLAgent &agent, F32 speed, F32 delta_time); void updateTimeStep(); + void updateRootPositionAndRotation(LLAgent &agent, F32 speed, bool was_sit_ground_constrained); + void idleUpdateVoiceVisualizer(bool voice_enabled); void idleUpdateMisc(bool detailed_update); virtual void idleUpdateAppearanceAnimation(); |