diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-14 22:55:33 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-15 14:43:12 +0300 |
commit | 847cce915dd54166ca3b4fd6bfb8b3c697433abf (patch) | |
tree | 60988d3d974b7b0ed3c71bd8b89b78e97e19b675 /indra/newview/llvoavatar.h | |
parent | 0828d7375af44aa270635f374c993959ae3e2a28 (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 7b03a4073f..71a81c2e3d 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); |