diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-10-27 16:04:19 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-10-27 16:04:19 +0100 |
commit | 8b9ed94a35d7e1cc3ced562eb9e6d303ce016ec6 (patch) | |
tree | 8b93cf81cb01199956d257e71c831d4f4e206b30 /indra/newview/llvoavatar.h | |
parent | 263c4c341fc48065d79713e8e8a6a6f74fd1e3dc (diff) |
SL-14183, SL-14142 - impostor management improvements, animesh attachments update on frames when their parent does
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 14badda48e..b815b3b2cd 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -263,7 +263,8 @@ public: void updateAppearanceMessageDebugText(); void updateAnimationDebugText(); virtual void updateDebugText(); - virtual BOOL updateCharacter(LLAgent &agent); + virtual bool computeNeedsUpdate(); + virtual bool updateCharacter(LLAgent &agent); void updateFootstepSounds(); void computeUpdatePeriod(); void updateOrientation(LLAgent &agent, F32 speed, F32 delta_time); |