diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-06-07 15:59:29 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-06-07 15:59:29 -0700 |
commit | f256157310e76352d716cb9d3aff0fa47a37a9d5 (patch) | |
tree | 66ad925b67d5a47170413e155d466e3d2038444a /indra/newview/llwearable.cpp | |
parent | ea5d8a1634a0457e57251b7a7ce76631cfd3f745 (diff) |
EXT-7210 Baked textures should only be updated when outfit changes are saved or outfit editor is exited.
reviewed and contributed to by Nyx
Diffstat (limited to 'indra/newview/llwearable.cpp')
-rw-r--r-- | indra/newview/llwearable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwearable.cpp b/indra/newview/llwearable.cpp index 121e691710..46c736c853 100644 --- a/indra/newview/llwearable.cpp +++ b/indra/newview/llwearable.cpp @@ -705,7 +705,7 @@ void LLWearable::removeFromAvatar( LLWearableType::EType type, BOOL upload_bake } gAgentAvatarp->updateVisualParams(); - gAgentAvatarp->wearableUpdated(type, TRUE); + gAgentAvatarp->wearableUpdated(type, FALSE); // if( upload_bake ) // { |