Skip to content

Commit

Permalink
Draw console prompt even when renderer cmd queue overflows from too m…
Browse files Browse the repository at this point in the history
…uch text
  • Loading branch information
aufau committed Apr 25, 2020
1 parent f5850ba commit 634e5b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/client/cl_console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,8 @@ void Con_DrawSolidConsole( float frac ) {
(lines-(con.charHeight+con.charHeight/2)), vertext[x] );
}

// draw the input prompt, user text, and cursor if desired
Con_DrawInput ();

// draw the text
con.vislines = lines;
Expand Down Expand Up @@ -841,9 +843,6 @@ void Con_DrawSolidConsole( float frac ) {
}
}

// draw the input prompt, user text, and cursor if desired
Con_DrawInput ();

re.SetColor( NULL );
}

Expand Down
2 changes: 1 addition & 1 deletion src/mvsdk

0 comments on commit 634e5b2

Please sign in to comment.