diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-02-04 15:56:46 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-02-04 15:56:46 -0500 |
commit | 20c49c78483e7608242b8f34bfc71fbf40837494 (patch) | |
tree | 443bcc6db9f068ac757a2a4f50948bc7a3114376 /indra/newview/llagentwearables.cpp | |
parent | 21adf86c567d3cad81e762c0215c8ec8f8c5eab6 (diff) | |
parent | 303b84c533d2c6ec7426252915661214ff883f01 (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 acbf02678c..7cbd7e46a9 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 |