diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-02-04 14:53:39 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-02-04 14:53:39 -0500 |
commit | 303b84c533d2c6ec7426252915661214ff883f01 (patch) | |
tree | b894e087ef024259e12ab97cdc5ba65d2bf92e37 /indra/newview/llagentwearables.cpp | |
parent | a93eb24e39458576475482b50ee0016fc4df50f9 (diff) | |
parent | b4d61b6e63dd04f8b67edcf32ea513295843157b (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.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 41f2ff29e6..c38ed194a3 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -761,6 +761,8 @@ void LLAgentWearables::wearableUpdated(LLWearable *wearable) wearable->refreshName(); wearable->setLabelUpdated(); + wearable->pullCrossWearableValues(); + // Hack pt 2. If the wearable we just loaded has definition version 24, // then force a re-save of this wearable after slamming the version number to 22. // This number was incorrectly incremented for internal builds before release, and |