From 1ca31224e2dfb28038671e8e8bbe95e9737f976a Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 11 Jan 2021 15:03:23 +0100 Subject: [PATCH] Fix code style --- Source/Editor/Modules/WindowsModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Modules/WindowsModule.cs b/Source/Editor/Modules/WindowsModule.cs index 0a19e7380..a8058b9d8 100644 --- a/Source/Editor/Modules/WindowsModule.cs +++ b/Source/Editor/Modules/WindowsModule.cs @@ -971,7 +971,7 @@ namespace FlaxEditor.Modules } #region Window Events - + private void OnEditorStateChanged() { for (int i = 0; i < Windows.Count; i++)