Disable DPI scaling on WIndows by default

This commit is contained in:
reaperrr
2017-05-11 20:09:13 +02:00
parent 55de4a59d0
commit f0c6e5e855

View File

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