D559 MacOS build fix

master
Andrey Kleshchev 2022-11-01 23:05:03 +02:00
parent d228a12f45
commit 613f3738b2
1 changed files with 0 additions and 1 deletions

View File

@ -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)