prevent black background when loading themes

This commit is contained in:
LiquidFenrir
2017-12-31 16:46:46 +01:00
parent c6f3af7350
commit fc9d0be42e

View File

@@ -223,6 +223,7 @@ static void load_lists(Entry_List_s * lists)
loading_screen = INSTALL_LOADING_SPLASHES; loading_screen = INSTALL_LOADING_SPLASHES;
draw_install(loading_screen); draw_install(loading_screen);
draw_install(loading_screen);
Entry_List_s * current_list = &lists[i]; Entry_List_s * current_list = &lists[i];
Result res = load_entries(main_paths[i], current_list, i); Result res = load_entries(main_paths[i], current_list, i);