Bump the default value of vid_maxfps to 300.

This should be save now that the async client is working more or less
flawlessly and is required for high performance displays.
This commit is contained in:
Yamagi Burmeister 2018-11-06 17:55:05 +01:00
parent 3c21575a01
commit 37a840ba0b

View file

@ -315,7 +315,7 @@ Qcommon_Init(int argc, char **argv)
cl_async = Cvar_Get("cl_async", "1", CVAR_ARCHIVE);
cl_timedemo = Cvar_Get("timedemo", "0", 0);
dedicated = Cvar_Get("dedicated", "0", CVAR_NOSET);
vid_maxfps = Cvar_Get("vid_maxfps", "95", CVAR_ARCHIVE);
vid_maxfps = Cvar_Get("vid_maxfps", "300", CVAR_ARCHIVE);
host_speeds = Cvar_Get("host_speeds", "0", 0);
log_stats = Cvar_Get("log_stats", "0", 0);
showtrace = Cvar_Get("showtrace", "0", 0);