mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-31 13:20:34 +00:00
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:
parent
3c21575a01
commit
37a840ba0b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue