image-source: Increase slideshow max loaded to 15

master
jp9000 2019-02-08 19:00:38 -08:00
parent ecdae0d417
commit 71130137f3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
/* ------------------------------------------------------------------------- */
#define MOD(a,b) ((((a)%(b))+(b))%(b))
#define MAX_LOADED 11 /* needs to be an odd number */
#define MAX_LOADED 15 /* needs to be an odd number */
struct image_file_data {
char *path;