diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-24 16:13:55 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-24 16:30:19 +0200 |
commit | ad3b60445eb25b1c8786dddd3056a192f6630156 (patch) | |
tree | 0268ae2f64270df55f9cf7a7f26ff2516adaa8e2 /indra/newview/llvoavatar.h | |
parent | 5bb76d9164e8d73cdd14c9088459c584b94cb313 (diff) |
SL-12237 Invisible avatars don't need detailed updates
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 2f04288825..952c04a1ff 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -264,7 +264,7 @@ public: virtual void updateDebugText(); virtual BOOL updateCharacter(LLAgent &agent); void updateFootstepSounds(); - void computeUpdatePeriod(); + BOOL computeUpdatePeriodAndVisibility(); void updateOrientation(LLAgent &agent, F32 speed, F32 delta_time); void updateTimeStep(); void updateRootPositionAndRotation(LLAgent &agent, F32 speed, bool was_sit_ground_constrained); |