Explorar el Código

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

Juan Linietsky hace 7 años
padre
commit
60cbb69c7c
Se han modificado 1 ficheros con 1 adiciones y 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];