Restore comment

Co-Authored-By: VNC <52937757+VNNCC@users.noreply.github.com>
This commit is contained in:
W2.Wizard
2021-02-05 15:59:35 +01:00
parent 0e57b32082
commit 2fbfe61f2c

View File

@@ -422,7 +422,7 @@ namespace FlaxEditor.Windows
// TODO: just remove invalid locations from the history (those are removed)
NavigationClearHistory();
// Delete
// Delete items
for (int i = 0; i < toDelete.Count; i++)
Editor.ContentDatabase.Delete(toDelete[i]);