diff options
| author | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2015-09-01 17:55:32 +0300 |
|---|---|---|
| committer | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2015-09-01 17:55:32 +0300 |
| commit | 98f55052b12947f44b17227ff333ba95b2f11128 (patch) | |
| tree | 7512b737a2ee4016352c927a146442b3ff19df99 /indra/newview/llappearancemgr.cpp | |
| parent | 12ff893e98ec00c51ef2d3fc4cb16bf8bc4f856a (diff) | |
| parent | 75495116fcb9e2c4a9687154134bd1cdc25554a1 (diff) | |
Merged lindenlab/viewer-lion into default
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
| -rwxr-xr-x | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 142a3250c8..53ae3c62ec 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1869,7 +1869,7 @@ bool LLAppearanceMgr::canAddWearables(const uuid_vec_t& item_ids) { ++n_clothes; } - else if (item->getType() == LLAssetType::AT_BODYPART) + else if (item->getType() == LLAssetType::AT_BODYPART || item->getType() == LLAssetType::AT_GESTURE) { return isAgentAvatarValid(); } |
