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 // Skip material member as it is overridden
if (item.Info.Name == "Material") if (item.Info.Name == "Material")
{
return; return;
}
base.SpawnProperty(itemLayout, itemValues, item); base.SpawnProperty(itemLayout, itemValues, item);
} }
/// <inheritdoc /> /// <inheritdoc />
public override void Refresh() public override void Refresh()
{ {
Debug.Log("Hit");
if (_updateName && if (_updateName &&
_group != null && _group != null &&
ParentEditor?.ParentEditor != null && ParentEditor?.ParentEditor != null &&