summaryrefslogtreecommitdiff
path: root/indra/newview/llmaterialeditor.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-10-04 20:33:10 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-10-04 20:33:10 +0300
commit1a437cbedf94de90d749f426dde09f2466693de2 (patch)
tree1151aa03d708dfb7a47dc7ff0517c56c1b894038 /indra/newview/llmaterialeditor.cpp
parent7d426815019ac5394e5821f1c6ba374e12606aaa (diff)
SL-18144 Bakes On Mesh not showing in-world as Albedo
Diffstat (limited to 'indra/newview/llmaterialeditor.cpp')
-rw-r--r--indra/newview/llmaterialeditor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmaterialeditor.cpp b/indra/newview/llmaterialeditor.cpp
index a72d38223f..a2cd68259b 100644
--- a/indra/newview/llmaterialeditor.cpp
+++ b/indra/newview/llmaterialeditor.cpp
@@ -1903,6 +1903,7 @@ void LLMaterialEditor::onLoadComplete(const LLUUID& asset_uuid,
editor->setEnableEditing(allow_modify && !source_library);
editor->setHasUnsavedChanges(false);
editor->mAssetStatus = PREVIEW_ASSET_LOADED;
+ editor->setEnabled(true); // ready for use
}
else
{