- added a special slider type for the scaling options that prints a descriptive text instead of the slider for the special settings.

- fixed the adaptive scale calculation in GetUIScale which had the coordinates mixed up.
This commit is contained in:
Christoph Oelckers 2017-03-30 11:30:09 +02:00
commit a3ef711d1d
5 changed files with 70 additions and 11 deletions

View file

@ -376,6 +376,8 @@ void FGameConfigFile::DoGlobalSetup ()
if (var != NULL) var->ResetToDefault();
var = FindCVar("con_scaletext", NULL);
if (var != NULL) var->ResetToDefault();
var = FindCVar("uiscale", NULL);
if (var != NULL) var->ResetToDefault();
}