Merge pull request #13278 from reaperrr/disable-win-dpi

Disable DPI scaling on Windows by default
This commit is contained in:
reaperrr
2017-05-12 01:11:15 +02:00
committed by GitHub

View File

@@ -119,7 +119,7 @@ namespace OpenRA
public int MaxFramerate = 60;
[Desc("Disable high resolution DPI scaling on Windows operating systems.")]
public bool DisableWindowsDPIScaling = false;
public bool DisableWindowsDPIScaling = true;
public int BatchSize = 8192;
public int SheetSize = 2048;