diff options
author | Neal Orman <nyx@lindenlab.com> | 2009-10-23 22:19:15 +0000 |
---|---|---|
committer | Neal Orman <nyx@lindenlab.com> | 2009-10-23 22:19:15 +0000 |
commit | 576b8fe6ec9aa4ad712de757341862c89ff7df36 (patch) | |
tree | a1651292323b876c0ae85f4b1c857a3f0092c0fc /indra/newview/llagentwearables.h | |
parent | a5453d45feaceb713c7cece76d88c2d2b8f825c6 (diff) |
EXT-1809 Wearing an item doesn't update avatar
Two part fix: prevented the copying of wearable parameters to the avatar to trigger a rebake.
Then: Called wearableUpdated every time a wearable was added/removed/replaced and ensured it properly invalidated the composite
Confirmed working fix on developer machine.
Code reviewed by Seraph.
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rw-r--r-- | indra/newview/llagentwearables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h index 8e1bef88c3..667cb94552 100644 --- a/indra/newview/llagentwearables.h +++ b/indra/newview/llagentwearables.h @@ -114,6 +114,7 @@ public: void setWearableName(const LLUUID& item_id, const std::string& new_name); void addLocalTextureObject(const EWearableType wearable_type, const LLVOAvatarDefines::ETextureIndex texture_type, U32 wearable_index); U32 getWearableIndex(LLWearable *wearable); + protected: void setWearableFinal(LLInventoryItem* new_item, LLWearable* new_wearable, bool do_append = false); static bool onSetWearableDialog(const LLSD& notification, const LLSD& response, LLWearable* wearable); |