diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 796bb6c93..fee9676a7 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -6317,7 +6317,7 @@ void LLVOAvatar::processAnimationStateChanges() // LLFloaterExploreAnimations::processAnim(getID(), anim_it->first, false); // - mPlayingAnimations.erase(anim_it++); + anim_it = mPlayingAnimations.erase(anim_it); continue; }