diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-30 15:22:12 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-30 15:22:12 -0500 |
commit | 4c90bcd5745ef84133651fd6394e9a786b7b6256 (patch) | |
tree | f4d734245173fbd8b4e8b1b39e1684ecb20889c3 /indra/newview/llwearable.cpp | |
parent | 4899fea00652d37b35cbc32ad6f2ca05a5cffd6b (diff) | |
parent | 467125856922a715b3a3b3d02ed108240b2ce95d (diff) |
Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/
--HG--
branch : avatar-pipeline
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 d92da4ef44..050b218356 100644 --- a/indra/newview/llwearable.cpp +++ b/indra/newview/llwearable.cpp @@ -703,7 +703,7 @@ void LLWearable::removeFromAvatar( EWearableType type, BOOL upload_bake ) } avatar->updateVisualParams(); - avatar->wearableUpdated(type); + avatar->wearableUpdated(type, TRUE); // if( upload_bake ) // { |