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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user