- split gl_texture_hqresize into two variables - one for mode, one for multiplier.

This commit is contained in:
Rachael Alexanderson 2018-12-10 14:25:29 -05:00
commit 28516c2def
7 changed files with 178 additions and 162 deletions

View file

@ -78,7 +78,7 @@ namespace
}
void R_ShowCurrentScaling();
CUSTOM_CVAR(Float, vid_scalefactor, 1.0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CUSTOM_CVAR(Float, vid_scalefactor, 1.0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL)
{
setsizeneeded = true;
if (self < 0.05 || self > 2.0)