summaryrefslogtreecommitdiff
path: root/indra/newview/llselectmgr.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-01-10 15:10:44 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-01-10 20:07:03 +0200
commit6403f1526f91d81095ebe0cb648ba8af8953e2d0 (patch)
treec918520b4030229095151469d7a759519d845683 /indra/newview/llselectmgr.cpp
parent4abf39c968c31a9da943a53434388102b99d487f (diff)
SL-18932 Canceling in material picker removes dropped material
Diffstat (limited to 'indra/newview/llselectmgr.cpp')
-rw-r--r--indra/newview/llselectmgr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llselectmgr.cpp b/indra/newview/llselectmgr.cpp
index 4a69eba4d3..61f9d3d6d0 100644
--- a/indra/newview/llselectmgr.cpp
+++ b/indra/newview/llselectmgr.cpp
@@ -5862,7 +5862,6 @@ void LLSelectMgr::processObjectProperties(LLMessageSystem* msg, void** user_data
if (can_copy && can_transfer)
{
- // this should be the only place that saved textures is called
node->saveTextures(texture_ids);
}