mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
there's no need to call Con_CheckResize every frame and it's now
detrimental anyway
This commit is contained in:
parent
c397504b74
commit
a4abf526e8
1 changed files with 0 additions and 2 deletions
|
@ -386,8 +386,6 @@ SCR_DrawPause (void)
|
|||
void
|
||||
SCR_SetUpToDrawConsole (void)
|
||||
{
|
||||
Con_CheckResize ();
|
||||
|
||||
// decide on the height of the console
|
||||
if (!r_active) {
|
||||
scr_conlines = vid.height; // full screen
|
||||
|
|
Loading…
Reference in a new issue