Add window scale to sysinfo.

This commit is contained in:
Paul Chote
2017-01-30 19:47:12 +00:00
parent a0b911d498
commit 3f9062692b
2 changed files with 2 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ namespace OpenRA
}
public Size Resolution { get { return Device.WindowSize; } }
public float WindowScale { get { return Device.WindowScale; } }
public interface IBatchRenderer { void Flush(); }