فهرست منبع

image-source: Change max loaded slideshow images to 21

Just gives a bit more breathing room before images start having to load.
jp9000 7 سال پیش
والد
کامیت
b1dfc9ccda
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 15 /* needs to be an odd number */
+#define MAX_LOADED 21 /* needs to be an odd number */
 
 struct image_file_data {
 	char *path;