Explorar o código

Increase number of image loaders (why was it this low..), fixes #19037

Juan Linietsky %!s(int64=7) %!d(string=hai) anos
pai
achega
60cbb69c7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/io/image_loader.h

+ 1 - 1
core/io/image_loader.h

@@ -71,7 +71,7 @@ public:
 class ImageLoader {
 
 	enum {
-		MAX_LOADERS = 8
+		MAX_LOADERS = 32
 	};
 	friend class ResourceFormatLoaderImage;
 	static ImageFormatLoader *loader[MAX_LOADERS];