summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-01-08 13:15:22 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-01-08 13:15:22 -0500
commita5a0f571204686290d0be710a3e94448e6f7241e (patch)
tree3b47d410487c144a1516443fc8dde911decb9bb9 /indra/newview/llagentwearables.cpp
parent3e23a2cffc8857d7041cb6bb5edf83462e4c2f1a (diff)
parentcdb6f67f7199bbd82fe85ccfd5c9812226eb12ba (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r--indra/newview/llagentwearables.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 29530c9c05..f49f862045 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -2274,6 +2274,8 @@ void LLInitialWearablesFetch::processContents()
}
else
{
+ // if we're constructing the COF from the wearables message, we don't have a proper outfit link
+ LLAppearanceManager::instance().setOutfitDirty(true);
processWearablesMessage();
}
delete this;