xmb: fix incorrect wallpaper alpha blending

This commit is contained in:
Conn 2017-06-19 16:34:57 +01:00
parent b2257347a3
commit 78339ae67c

View File

@ -2579,7 +2579,7 @@ static void xmb_draw_bg(
draw.texture = texture;
menu_display_set_alpha(draw.color, coord_white[3]);
if (!running && draw.texture)
if (draw.texture)
draw.color = &coord_white[0];
if (running || video_info->xmb_color_theme == XMB_THEME_WALLPAPER)