This commit is contained in:
twinaphex 2017-05-27 17:17:52 +02:00
parent a626a30098
commit 22f8dfab2d

View File

@ -983,7 +983,7 @@ static void zarch_frame(void *data, video_frame_info_t *video_info)
zui->rendering = false;
font_driver_flush(video_info->width, video_inof->height, zui->font);
font_driver_flush(video_info->width, video_info->height, zui->font);
font_driver_bind_block(zui->font, NULL);
menu_display_unset_viewport(video_info->width, video_info->height);