diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-10-31 17:39:56 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-10-31 17:39:56 -0500 | 
| commit | 8faa5a3305a3dad31ee3584aa5404d0ee80923ed (patch) | |
| tree | 6cfaf460511ca2f451d684f6cb7fa559775442b1 | |
| parent | e73c5e4ee38dee244d56f3b58e9595d7d976834a (diff) | |
SL-18448 Fix for mac build.
| -rw-r--r-- | indra/newview/llmaterialeditor.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmaterialeditor.cpp b/indra/newview/llmaterialeditor.cpp index 44a1991094..c99e7307ed 100644 --- a/indra/newview/llmaterialeditor.cpp +++ b/indra/newview/llmaterialeditor.cpp @@ -1746,7 +1746,6 @@ void LLMaterialEditor::saveObjectsMaterialAs()      if (func.mMaterial.notNull())      { -        func.mMaterial;          payload["data"] = func.mMaterial->asJSON();      }      else  | 
