summaryrefslogtreecommitdiff
path: root/indra/newview/llcontrolavatar.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2020-10-27 16:04:19 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2020-10-27 16:04:19 +0100
commit8b9ed94a35d7e1cc3ced562eb9e6d303ce016ec6 (patch)
tree8b93cf81cb01199956d257e71c831d4f4e206b30 /indra/newview/llcontrolavatar.h
parent263c4c341fc48065d79713e8e8a6a6f74fd1e3dc (diff)
SL-14183, SL-14142 - impostor management improvements, animesh attachments update on frames when their parent does
Diffstat (limited to 'indra/newview/llcontrolavatar.h')
-rw-r--r--indra/newview/llcontrolavatar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llcontrolavatar.h b/indra/newview/llcontrolavatar.h
index 288d07cd48..2c68850140 100644
--- a/indra/newview/llcontrolavatar.h
+++ b/indra/newview/llcontrolavatar.h
@@ -53,7 +53,8 @@ public:
void markForDeath();
virtual void idleUpdate(LLAgent &agent, const F64 &time);
- virtual BOOL updateCharacter(LLAgent &agent);
+ virtual bool computeNeedsUpdate();
+ virtual bool updateCharacter(LLAgent &agent);
void getAnimatedVolumes(std::vector<LLVOVolume*>& volumes);
void updateAnimations();