diff options
author | prep <none@none> | 2012-02-29 12:04:09 -0500 |
---|---|---|
committer | prep <none@none> | 2012-02-29 12:04:09 -0500 |
commit | 91fdd33f765b2f1ae7a4608bc426a106c75cfc11 (patch) | |
tree | fe687ef29b96f5c4cc8e95bcae0bfb455cef50df /indra/newview/llvoavatarself.cpp | |
parent | cfdd0c6faedfb8f93af7059bb61ae6dc8f8a1c69 (diff) | |
parent | 4d77d3cca1c932516781222e0c8c14d27f876466 (diff) |
merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index f1df67494f..73390d2ea4 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -757,7 +757,7 @@ void LLVOAvatarSelf::stopMotionFromSource(const LLUUID& source_id) LLViewerObject* object = gObjectList.findObject(source_id); if (object) { - object->mFlags &= ~FLAGS_ANIM_SOURCE; + object->setFlags(FLAGS_ANIM_SOURCE, FALSE); } } |