diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-09 00:41:41 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-09 00:41:41 +0100 |
commit | 44ba5224bf42b9279bc0fe90bb0926fae0d8898e (patch) | |
tree | 542e68ae9080ac7ed10cca1f6c19d486eb907dfa /indra/newview/llvovolume.h | |
parent | 5cbb440344b54388b5d9f73270f38bba8666d27f (diff) |
MAINT-7870 - propagate new animated mesh flags even if they're being zeroed. handle notification of same to update control avatars on notification from elsewhere.
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index bc8fa9a3d3..ab940f6f62 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -271,6 +271,7 @@ public: // Extended Mesh Properties U32 getExtendedMeshFlags() const; + void onSetExtendedMeshFlags(U32 flags); void setExtendedMeshFlags(U32 flags); bool canBeAnimatedObject() const; bool isAnimatedObject() const; |