diff options
author | Dave Parks <davep@lindenlab.com> | 2022-10-22 15:25:03 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-10-22 15:25:03 -0500 |
commit | 88659e9fe793a02fb4edcbf8ef07307c25119604 (patch) | |
tree | 101a4f72c45ce3bce4bde6b3a391d32e69ccf70a /indra/newview/llpanelface.cpp | |
parent | 7135934e50bf2727c2366687af7427d44483e984 (diff) |
SL-18105 When saving an object's material to inventory, save the version that as overrides applied.
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 f8e786fc97..c6e0bc5153 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -4588,7 +4588,7 @@ void LLPanelFace::onPbrStartEditing() LL_DEBUGS() << "loading material live editor with asset " << material_id << LL_ENDL; - LLMaterialEditor::loadLiveMaterialEditor(); + LLMaterialEditor::loadLive(); } bool LLPanelFace::isIdenticalPlanarTexgen() |