diff options
| author | James Cook <james@lindenlab.com> | 2010-01-08 11:43:58 -0800 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-01-08 11:43:58 -0800 |
| commit | 6a1a93be1addb3cdb86fd163046a051344312cf2 (patch) | |
| tree | ff1f7622738d07c098ede1d12f2bb2c24ec280d2 /indra/newview/llagentwearables.cpp | |
| parent | 57fc68f496d0e7600d6bda5e907cdf3b6f598bc3 (diff) | |
| parent | a5a0f571204686290d0be710a3e94448e6f7241e (diff) | |
Merge
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
| -rw-r--r-- | indra/newview/llagentwearables.cpp | 2 |
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; |
