diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-01 23:05:03 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-01 23:05:03 +0200 |
| commit | 613f3738b2effe121ffb15166b4fb7227b0e84ea (patch) | |
| tree | 8ab0a435dc6c8b8c7e2bd5d1be3eababfd4d703a | |
| parent | d228a12f4574e649e302b96c415d4fac40c6e7c3 (diff) | |
D559 MacOS build fix
| -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 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) |
