diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index c50593609756da1e4ed4d0363f521610ded38182..c4233dbe8d34fe0779bff13d00ca3d16bd360c6c 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -758,7 +758,7 @@ void LLVOAvatarSelf::stopMotionFromSource(const LLUUID& source_id) LLViewerObject* object = gObjectList.findObject(source_id); if (object) { - object->setFlags(FLAGS_ANIM_SOURCE, FALSE); + object->setFlagsWithoutUpdate(FLAGS_ANIM_SOURCE, FALSE); } }