mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Remove this too
This commit is contained in:
parent
e1a3ceaaee
commit
1c1cf4535d
@ -162,8 +162,6 @@ static void menu_display_gl_draw_bg(void *data)
|
|||||||
coords.lut_tex_coord = new_tex_coord;
|
coords.lut_tex_coord = new_tex_coord;
|
||||||
coords.color = (const float*)draw->color;
|
coords.color = (const float*)draw->color;
|
||||||
|
|
||||||
menu_display_gl_blend_begin();
|
|
||||||
|
|
||||||
draw->x = 0;
|
draw->x = 0;
|
||||||
draw->y = 0;
|
draw->y = 0;
|
||||||
draw->coords = &coords;
|
draw->coords = &coords;
|
||||||
@ -177,8 +175,6 @@ static void menu_display_gl_draw_bg(void *data)
|
|||||||
menu_display_gl_draw(draw);
|
menu_display_gl_draw(draw);
|
||||||
|
|
||||||
gl->coords.color = gl->white_color_ptr;
|
gl->coords.color = gl->white_color_ptr;
|
||||||
|
|
||||||
menu_display_gl_blend_end();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void menu_display_gl_restore_clear_color(void)
|
static void menu_display_gl_restore_clear_color(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user