diff --git a/Source/Engine/Platform/CreateWindowSettings.cs b/Source/Engine/Platform/CreateWindowSettings.cs index bcfbc7cf5..34dad6be5 100644 --- a/Source/Engine/Platform/CreateWindowSettings.cs +++ b/Source/Engine/Platform/CreateWindowSettings.cs @@ -21,7 +21,7 @@ namespace FlaxEngine AllowMinimize = true, AllowMaximize = true, AllowDragAndDrop = true, - IsRegularWindow = true, + Type = WindowType.Regular, HasSizingFrame = true, ShowAfterFirstPaint = true, };