From 62975e1990d7ad8722cd06bf763c1147e2c0785e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 9 May 2015 13:21:32 +0200 Subject: [PATCH] Reupload white texture when uploading a wallpaper --- menu/drivers/glui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/drivers/glui.c b/menu/drivers/glui.c index 6378030e02..584a34c762 100644 --- a/menu/drivers/glui.c +++ b/menu/drivers/glui.c @@ -593,6 +593,7 @@ static bool glui_load_wallpaper(void *data) glui->textures.bg.id = video_texture_load(data, TEXTURE_BACKEND_OPENGL, TEXTURE_FILTER_MIPMAP_LINEAR); + glui_allocate_white_texture(glui); return true; }