erase iters properly, please

This commit is contained in:
Liru Færs
2020-03-22 09:53:47 -04:00
parent 7597ce3b37
commit 0511d5903a

View File

@@ -6317,7 +6317,7 @@ void LLVOAvatar::processAnimationStateChanges()
// <edit> // <edit>
LLFloaterExploreAnimations::processAnim(getID(), anim_it->first, false); LLFloaterExploreAnimations::processAnim(getID(), anim_it->first, false);
// </edit> // </edit>
mPlayingAnimations.erase(anim_it++); anim_it = mPlayingAnimations.erase(anim_it);
continue; continue;
} }