diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-28 22:17:28 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-28 22:17:28 +0100 |
commit | c2280848e1714329172ea4c0881993aa62f3cd8f (patch) | |
tree | 1687e83ef585aca008882df413a3d4491dc7226c /indra/newview/llvovolume.h | |
parent | 0b57379b127b9ef5f925f52176544ac8f447ce1f (diff) |
SL-722 - work on support for animated object state when linkset-altering operations take place
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 75dabd961a..27a51d100f 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -271,6 +271,8 @@ public: void setExtendedMeshFlags(U32 flags); bool canBeAnimatedObject() const; bool isAnimatedObject() const; + bool isAnimatedObjectStateConsistent() const; + void updateAnimatedObjectState(LLViewerObject *old_parent, LLViewerObject *new_parent); // Functions that deal with media, or media navigation |