engine: client: the most important change since forever, move downloading message a bit to the right so it looks better on 640x480
This commit is contained in:
parent
d1a571201b
commit
3917e096ea
1 changed files with 1 additions and 1 deletions
|
@ -1718,7 +1718,7 @@ void Con_DrawDebug( void )
|
||||||
host.downloadcount, host.downloadfile, scr_download.value, Sys_DoubleTime() - timeStart );
|
host.downloadcount, host.downloadfile, scr_download.value, Sys_DoubleTime() - timeStart );
|
||||||
|
|
||||||
Con_DrawStringLen( dlstring, &length, NULL );
|
Con_DrawStringLen( dlstring, &length, NULL );
|
||||||
length = Q_max( length, 500 );
|
length = Q_max( length, 300 );
|
||||||
x = refState.width - length * 1.05f;
|
x = refState.width - length * 1.05f;
|
||||||
y = con.curFont->charHeight * 1.05f;
|
y = con.curFont->charHeight * 1.05f;
|
||||||
Con_DrawString( x, y, dlstring, g_color_table[7] );
|
Con_DrawString( x, y, dlstring, g_color_table[7] );
|
||||||
|
|
Loading…
Add table
Reference in a new issue