Parcourir la source

image-source: Increase slideshow max loaded to 15

jp9000 il y a 6 ans
Parent
commit
71130137f3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      plugins/image-source/obs-slideshow.c

+ 1 - 1
plugins/image-source/obs-slideshow.c

@@ -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;