2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-25 03:11:06 +01:00

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:
Alibek Omarov 2024-11-07 14:11:53 +03:00
parent d1a571201b
commit 3917e096ea

View File

@ -1718,7 +1718,7 @@ void Con_DrawDebug( void )
host.downloadcount, host.downloadfile, scr_download.value, Sys_DoubleTime() - timeStart );
Con_DrawStringLen( dlstring, &length, NULL );
length = Q_max( length, 500 );
length = Q_max( length, 300 );
x = refState.width - length * 1.05f;
y = con.curFont->charHeight * 1.05f;
Con_DrawString( x, y, dlstring, g_color_table[7] );