Merge branch 'master' of https://github.com/Withaust/FlaxEngine into Withaust-master
This commit is contained in:
@@ -488,7 +488,7 @@ namespace FlaxEditor.Windows
|
||||
/// <param name="item">The item to delete.</param>
|
||||
public void Delete(ContentItem item)
|
||||
{
|
||||
Delete(new List<ContentItem>(1) { item });
|
||||
Delete(Editor.Instance.Windows.ContentWin.View.Selection);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user