Code cleanup

This commit is contained in:
Chandler Cox
2023-07-15 10:42:41 -05:00
parent 02219beac9
commit c89421438b

View File

@@ -108,16 +108,13 @@ namespace FlaxEditor.CustomEditors.Editors
{
// Skip material member as it is overridden
if (item.Info.Name == "Material")
{
return;
}
base.SpawnProperty(itemLayout, itemValues, item);
}
/// <inheritdoc />
public override void Refresh()
{
Debug.Log("Hit");
if (_updateName &&
_group != null &&
ParentEditor?.ParentEditor != null &&