erase iters properly, please
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user