diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-24 12:16:59 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-24 20:58:05 +0200 |
| commit | 32984b56ea8fa4f4357379a40627b5e9267d7543 (patch) | |
| tree | c332e615cc6b609f6eb924198500a0d61e6f980b /indra/newview/llpanelface.cpp | |
| parent | dfa76a56e32b8577131542f5c412b48797f8d3d3 (diff) | |
SL-18701 llsd is not thread safe, parse it before using
Diffstat (limited to 'indra/newview/llpanelface.cpp')
| -rw-r--r-- | indra/newview/llpanelface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index 98f7adabd9..84b1ff63f4 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -1774,7 +1774,7 @@ void LLPanelFace::updateUIGLTF(LLViewerObject* objectp, bool& has_pbr_material, has_pbr_material = false; BOOL editable = objectp->permModify() && !objectp->isPermanentEnforced(); - bool has_pbr_capabilities = LLMaterialEditor::capabilitiesAvalaible(); + bool has_pbr_capabilities = LLMaterialEditor::capabilitiesAvailable(); // pbr material LLTextureCtrl* pbr_ctrl = findChild<LLTextureCtrl>("pbr_control"); |
