Minor tweaks
This commit is contained in:
@@ -426,7 +426,6 @@ namespace FlaxEditor.Windows
|
||||
// Ensure has parent
|
||||
if (item.ParentFolder == null)
|
||||
{
|
||||
// Error
|
||||
Editor.LogWarning("Cannot rename root items. " + item.Path);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user