summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-03-24 17:30:34 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-03-24 17:30:34 +0200
commit6666fdb5d6f52df3d68bed35a4ad05139f49f93c (patch)
tree4ba54d2152b3bf364c0b86259aebb1651b052845 /indra/newview/llvoavatar.h
parentdd2c12b15809c3448ed4c8e7e9f3072a7bab414f (diff)
SL-12237 Invisible avatars don't need detailed updates
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index aac7a1fae1..cd9cf00488 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);