summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-11-01 23:05:03 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-11-01 23:05:03 +0200
commit613f3738b2effe121ffb15166b4fb7227b0e84ea (patch)
tree8ab0a435dc6c8b8c7e2bd5d1be3eababfd4d703a
parentd228a12f4574e649e302b96c415d4fac40c6e7c3 (diff)
D559 MacOS build fix
-rw-r--r--indra/newview/llmaterialeditor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmaterialeditor.cpp b/indra/newview/llmaterialeditor.cpp
index 9b1c06d313..cb28607903 100644
--- a/indra/newview/llmaterialeditor.cpp
+++ b/indra/newview/llmaterialeditor.cpp
@@ -2203,7 +2203,6 @@ public:
// Override object's values with values from editor where appropriate
if (mEditor->getUnsavedChangesFlags() & MATERIAL_BASE_COLOR_DIRTY)
{
- LLColor4 baseColor = mEditor->getBaseColor();
material->setBaseColorFactor(mEditor->getBaseColor(), true);
}
if (mEditor->getUnsavedChangesFlags() & MATERIAL_BASE_COLOR_TEX_DIRTY)