diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-02-02 23:51:56 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-02-02 23:51:56 +0200 |
commit | 8075cf04c4d55b5978a6a19efbf329d332fd85a0 (patch) | |
tree | b4d8fa5150ff04902a7ad4330fbce30b1f717349 /indra/newview/llselectmgr.cpp | |
parent | 70d0a39305f80d3f5548d7450ed17515ba23cb9f (diff) |
Issue #26 Support texture drop onto PBR materials
Diffstat (limited to 'indra/newview/llselectmgr.cpp')
-rw-r--r-- | indra/newview/llselectmgr.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llselectmgr.cpp b/indra/newview/llselectmgr.cpp index c2e3857af0..30e12faca5 100644 --- a/indra/newview/llselectmgr.cpp +++ b/indra/newview/llselectmgr.cpp @@ -1879,7 +1879,8 @@ bool LLSelectMgr::selectionSetImage(const LLUUID& imageid) te, mItem, LLToolDragAndDrop::SOURCE_AGENT, - LLUUID::null); + LLUUID::null, + false); } else // not an inventory item { |