From 2fbfe61f2c230884fed0c1042152e08b6caf0a53 Mon Sep 17 00:00:00 2001 From: "W2.Wizard" Date: Fri, 5 Feb 2021 15:59:35 +0100 Subject: [PATCH] Restore comment Co-Authored-By: VNC <52937757+VNNCC@users.noreply.github.com> --- Source/Editor/Windows/ContentWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Windows/ContentWindow.cs b/Source/Editor/Windows/ContentWindow.cs index a09bc1c6e..145c0d972 100644 --- a/Source/Editor/Windows/ContentWindow.cs +++ b/Source/Editor/Windows/ContentWindow.cs @@ -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]);