diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-14 22:55:33 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-14 23:10:42 +0300 |
commit | a21c0bd128a8c34c90c8fd0a128c608a92959fca (patch) | |
tree | 122881e04c046e9812af89f352ec46145f771e2c /indra/newview/llvoavatar.h | |
parent | 7d46d6fb21c21092b7dcaa3357a0698bf9d44794 (diff) |
SL-12237 Remade updates for invisible avatars
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 cb91c55ba0..4e728ac959 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(); - BOOL computeUpdatePeriodAndVisibility(); + void computeUpdatePeriod(); void updateOrientation(LLAgent &agent, F32 speed, F32 delta_time); void updateTimeStep(); void updateRootPositionAndRotation(LLAgent &agent, F32 speed, bool was_sit_ground_constrained); |