This commit is contained in:
twinaphex 2017-04-25 13:28:42 +02:00
parent b6d34e9581
commit 632039f985

View File

@ -472,13 +472,13 @@ static void gl_raster_font_render_msg(
drop_alpha = 1.0f; drop_alpha = 1.0f;
} }
if (font && font->block) if (font->block)
font->block->fullscreen = full_screen; font->block->fullscreen = full_screen;
else else
gl_raster_font_setup_viewport(width, height, font, full_screen); gl_raster_font_setup_viewport(width, height, font, full_screen);
if (font && !string_is_empty(msg) && font->gl if (!string_is_empty(msg) && font->gl
&& font->font_data && font->font_driver) && font->font_data && font->font_driver)
{ {
if (drop_x || drop_y) if (drop_x || drop_y)
{ {