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/llviewerobject.cpp | |
parent | 0b57379b127b9ef5f925f52176544ac8f447ce1f (diff) |
SL-722 - work on support for animated object state when linkset-altering operations take place
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 06efb1bc3a..9a6153d3e6 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -377,7 +377,6 @@ void LLViewerObject::markDead() ((LLViewerObject *)getParent())->removeChild(this); } LLUUID mesh_id; - // FIXME AXON - need to do this for control avatars too if (av && LLVOAvatar::getRiggedMeshID(this,mesh_id)) { // This case is needed for indirectly attached mesh objects. |