Skip to content
Snippets Groups Projects
Commit 91cd437a authored by Kitty Barnett's avatar Kitty Barnett
Browse files

[Appearance/Misc]

- fixed : crash in LLAppearanceMgr::updateAppearanceFromCOF() due to "Appearance-SyncAttach" patch

--HG--
branch : Appearance-Misc
parent 105ac734
No related branches found
No related tags found
No related merge requests found
...@@ -1726,7 +1726,7 @@ void LLAppearanceMgr::updateAppearanceFromCOF(bool update_base_outfit_ordering) ...@@ -1726,7 +1726,7 @@ void LLAppearanceMgr::updateAppearanceFromCOF(bool update_base_outfit_ordering)
const LLUUID& idItem = *itPendingObjLink; const LLUUID& idItem = *itPendingObjLink;
if (!gAgentAvatarp->isWearingAttachment(idItem)) if (!gAgentAvatarp->isWearingAttachment(idItem))
{ {
mPendingObjLinks.erase(itPendingObjLink++); itPendingObjLink = mPendingObjLinks.erase(itPendingObjLink);
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment