Use full window resolution on Windows.

This commit is contained in:
Paul Chote
2019-12-24 18:47:27 +00:00
committed by abcdefg30
parent fd64ad7c89
commit f0033c44c7
2 changed files with 2 additions and 5 deletions

View File

@@ -163,9 +163,6 @@ namespace OpenRA
[Desc("At which frames per second to cap the framerate.")]
public int MaxFramerate = 60;
[Desc("Disable high resolution DPI scaling on Windows operating systems.")]
public bool DisableWindowsDPIScaling = true;
[Desc("Disable separate OpenGL render thread on Windows operating systems.")]
public bool DisableWindowsRenderThread = true;