- render backend update from GZDoom, mostly minor stuff.

This commit is contained in:
Christoph Oelckers 2020-09-27 11:58:54 +02:00
parent 4ca5bfdd46
commit af5e3dd1b8
9 changed files with 20 additions and 13 deletions

View file

@ -58,7 +58,7 @@
CVAR(Bool, gl_scale_viewport, true, CVAR_ARCHIVE);
EXTERN_CVAR(Int, vid_maxfps)
EXTERN_CVAR(Bool, cl_capfps)
CVAR(Bool, cl_capfps, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
EXTERN_CVAR(Int, screenblocks)
//==========================================================================