Disable DPI scaling on WIndows by default
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user