diff --git a/engine/client/console.c b/engine/client/console.c index 02a87945..41cbe06e 100644 --- a/engine/client/console.c +++ b/engine/client/console.c @@ -575,7 +575,7 @@ static void Con_LoadConsoleFont( int fontNumber, cl_font_t *font ) { // quake fixed font as fallback // keep source to print directly into conback image - if( !Con_LoadFixedWidthFont( "gfx/conchars", font, scale, kRenderTransTexture, TF_FONT|TF_KEEP_SOURCE )) + if( !Con_LoadFixedWidthFont( "gfx/conchars", font, scale, kRenderTransTexture, TF_FONT|TF_NEAREST|TF_KEEP_SOURCE )) Con_DPrintf( S_ERROR "failed to load console font\n" ); } }