diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-04-26 19:07:39 +0300 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-04-26 19:07:39 +0300 |
| commit | 8112cefa731031dc1d06b98b119e177ea7be6a25 (patch) | |
| tree | 3af050205d1503282a91d8ccc809d862291024c4 /indra/newview/llpanelface.cpp | |
| parent | 2445525cc573024f8eb64cabac1e6e3dc3362085 (diff) | |
SL-16026 FIXED Copying only one diffuse texture allows pasting this texture into other types of textures
Diffstat (limited to 'indra/newview/llpanelface.cpp')
| -rw-r--r-- | indra/newview/llpanelface.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index d50d42bf2f..7fe5b1dd3f 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -3217,7 +3217,8 @@ void LLPanelFace::onPasteTexture(LLViewerObject* objectp, S32 te) te, itemp_res, from_library ? LLToolDragAndDrop::SOURCE_LIBRARY : LLToolDragAndDrop::SOURCE_AGENT, - LLUUID::null); + LLUUID::null, + 0); } } // not an inventory item or no complete items |
