diff --git a/src/client/cl_console.cpp b/src/client/cl_console.cpp index 88e5cb21..1ad02470 100644 --- a/src/client/cl_console.cpp +++ b/src/client/cl_console.cpp @@ -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; @@ -841,9 +843,6 @@ void Con_DrawSolidConsole( float frac ) { } } - // draw the input prompt, user text, and cursor if desired - Con_DrawInput (); - re.SetColor( NULL ); } diff --git a/src/mvsdk b/src/mvsdk index b70c3209..355bf973 160000 --- a/src/mvsdk +++ b/src/mvsdk @@ -1 +1 @@ -Subproject commit b70c32094492a18784b7e5f506f1f9a4f78c8a78 +Subproject commit 355bf973c9b7b6fa64a053e85e3dbb13628bcad8