Merge pull request #5078 from psyke83/xmbwallpaper

xmb: fix incorrect wallpaper alpha blending
This commit is contained in:
Twinaphex 2017-06-19 17:43:32 +02:00 committed by GitHub
commit 4200c2f135

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)