mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Reupload white texture when uploading a wallpaper
This commit is contained in:
parent
6f96b32df4
commit
62975e1990
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user