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

This commit is contained in:
Juan Linietsky 2018-11-18 22:07:00 -03:00
parent 0f7a86ca52
commit 60cbb69c7c
1 changed files with 1 additions and 1 deletions

View File

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