浏览代码

image-source: Increase slideshow max loaded to 15

jp9000 6 年之前
父节点
当前提交
71130137f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;