diff options
Diffstat (limited to 'indra/newview/llmaterialeditor.cpp')
-rw-r--r-- | indra/newview/llmaterialeditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmaterialeditor.cpp b/indra/newview/llmaterialeditor.cpp index d5948b297c..d5339777c4 100644 --- a/indra/newview/llmaterialeditor.cpp +++ b/indra/newview/llmaterialeditor.cpp @@ -1008,7 +1008,7 @@ static U32 write_texture(const LLUUID& id, tinygltf::Model& model) void LLMaterialEditor::onClickSave() { - if (!capabilitiesAvalaible()) + if (!capabilitiesAvailable()) { LLNotificationsUtil::add("MissingMaterialCaps"); return; @@ -3067,7 +3067,7 @@ void LLMaterialEditor::loadDefaults() setFromGltfModel(model_in, 0, true); } -bool LLMaterialEditor::capabilitiesAvalaible() +bool LLMaterialEditor::capabilitiesAvailable() { const LLViewerRegion* region = gAgent.getRegion(); if (!region) |