BUGFIX: Removing one more instance of the server warning notification that oddurs when attempting to stand up while sitting on the premium wilderness boat.

master
Todd Stinson 2012-03-20 18:37:07 -07:00
parent 0706cf14de
commit bb0f2d3784
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}