_windowtype

This commit is contained in:
2024-07-25 22:59:01 +03:00
parent 44a9c52c44
commit 7debd885b9

View File

@@ -21,7 +21,7 @@ namespace FlaxEngine
AllowMinimize = true,
AllowMaximize = true,
AllowDragAndDrop = true,
IsRegularWindow = true,
Type = WindowType.Regular,
HasSizingFrame = true,
ShowAfterFirstPaint = true,
};