mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Scroll console immediately upon pressing PageUp
This commit is contained in:
parent
0194922509
commit
f6143dafb0
1 changed files with 1 additions and 2 deletions
|
|
@ -1539,7 +1539,6 @@ static void CON_DrawConsole(void)
|
|||
i = con_cy - con_scrollup;
|
||||
|
||||
// skip the last empty line due to the cursor being at the start of a new line
|
||||
if (!con_scrollup && !con_cx)
|
||||
i--;
|
||||
|
||||
i -= (con_curlines - minheight) / charheight;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue