Merge pull request #4673 from aws-lumberyard-dev/Atom/guthadam/update_material_editor_icons

updated material editor skybox and changed property icons
This commit is contained in:
Guthrie Adams
2021-10-13 16:29:42 -05:00
committed by GitHub
7 changed files with 26 additions and 25 deletions
@@ -521,9 +521,9 @@ namespace AZ
{
if (IsInstanceNodePropertyModifed(node))
{
return ":/PropertyEditor/Resources/changed_data_item.png";
return ":/Icons/changed_property.svg";
}
return ":/PropertyEditor/Resources/blank.png";
return ":/Icons/blank.png";
}
bool MaterialPropertyInspector::SaveMaterial() const