1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-24 18:39:59 +00:00

Make sure thumbnail is always drawn with full opacity

This commit is contained in:
twinaphex 2016-07-09 15:21:57 +02:00
parent 2fce2f4045
commit f8d844e150

@ -569,6 +569,7 @@ static void xmb_draw_thumbnail(xmb_handle_t *xmb, float *color,
}
coords.color = (const float*)color;
menu_display_set_alpha((float*)coords.color, 1.0f);
draw.x = x;
draw.y = height - y;