Code style fix

This commit is contained in:
Chandler Cox
2024-08-27 15:21:49 -05:00
parent dd655d8c8d
commit e4e568ae6a
2 changed files with 2 additions and 2 deletions

View File

@@ -704,7 +704,7 @@ namespace FlaxEditor.Modules
}
else
{
// try to remove module if build.cs file is being deleted
// Try to remove module if build.cs file is being deleted
if (item.Path.Contains(".Build.cs", StringComparison.Ordinal) && item.ItemType == ContentItemType.Script)
Editor.Instance.CodeEditing.RemoveModule(item.Path);