(menu display vulkan) Take out set viewport call
This commit is contained in:
parent
83efd732dd
commit
9976077895
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue