Change default font DPI to 96.

Windows also treats 96 as the default 100% I believe.
This commit is contained in:
Pieter-Jan Briers
2019-02-24 15:54:57 +01:00
parent 0a84fca028
commit 8747d68ee3
2 changed files with 2 additions and 2 deletions

View File

@@ -308,7 +308,7 @@ namespace SS14.Client.Graphics
void IPostInjectInit.PostInject()
{
_configuration.RegisterCVar("display.fontdpi", 72);
_configuration.RegisterCVar("display.fontdpi", 96);
}
}
}

View File

@@ -13,7 +13,7 @@ height = 720
windowmode = 0
vsync = true
lighting_system = 0
fontdpi = 72
fontdpi = 96
[net]
server = "127.0.0.1"