summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenu.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-10-31 23:15:10 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-10-31 23:16:37 +0200
commite73c5e4ee38dee244d56f3b58e9595d7d976834a (patch)
tree42a1e6b6b75e5e00834b64b5fff6299bb0d17fc8 /indra/newview/llviewermenu.cpp
parent75e743be2f60916e6bf78da24814551bd6415116 (diff)
SL-18448 Do not show editor when saving material inworld, only a name prompt
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
-rw-r--r--indra/newview/llviewermenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index 3161579482..ca96baee0a 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -2977,7 +2977,7 @@ void handle_object_edit_gltf_material()
void handle_object_save_gltf_material()
{
- LLMaterialEditor::loadObjectSave();
+ LLMaterialEditor::saveObjectsMaterialAs();
}
void handle_attachment_edit(const LLUUID& inv_item_id)