Fix minor issues

This commit is contained in:
Wojciech Figat
2021-12-08 16:53:44 +01:00
parent 55c015de4b
commit c35465b274
3 changed files with 2 additions and 11 deletions

View File

@@ -737,7 +737,6 @@ namespace FlaxEditor.Modules
_windowsLayoutPath = StringUtils.CombinePaths(Globals.ProjectCacheFolder, "WindowsLayout.xml");
// Create main window
var dpiScale = Platform.DpiScale;
var settings = CreateWindowSettings.Default;
settings.Title = "Flax Editor";
settings.Size = Platform.DesktopSize;