From 0511d5903a56a536e70537beb28ca5b214d35860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Sun, 22 Mar 2020 09:53:47 -0400 Subject: [PATCH] erase iters properly, please --- indra/newview/llvoavatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }