(menu display vulkan) Take out set viewport call

This commit is contained in:
twinaphex 2016-04-12 20:19:13 +02:00
parent 83efd732dd
commit 9976077895

View File

@ -158,9 +158,6 @@ static void menu_display_vk_draw_bg(void *data)
coords.color = (const float*)draw->color;
vk->display.blend = true;
menu_display_ctl(MENU_DISPLAY_CTL_SET_VIEWPORT, NULL);
draw->x = 0;
draw->y = 0;
draw->coords = &coords;