diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-01-22 22:08:06 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-01-22 22:08:06 +0000 |
commit | 26add5700d88338b94ce891892948998b0468131 (patch) | |
tree | 592c0295c96f3b48f9c75a0c0452709abe305bd3 /indra/newview/llvovolume.h | |
parent | cddb530b4de1521f59261dd53498e49a4050191b (diff) |
MAINT-8159 - animation state management during link/unlink commands
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index afd6c234ee..a6ba8014e2 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -278,7 +278,8 @@ public: void setExtendedMeshFlags(U32 flags); bool canBeAnimatedObject() const; bool isAnimatedObject() const; - void updateAnimatedObjectStateOnReparent(LLViewerObject *old_parent, LLViewerObject *new_parent); + virtual void onReparent(LLViewerObject *old_parent, LLViewerObject *new_parent); + virtual void afterReparent(); std::map<LLUUID, S32> mObjectSignaledAnimations; // requested state of Animation name/value |