Increase number of image loaders (why was it this low..), fixes #19037
This commit is contained in:
parent
0f7a86ca52
commit
60cbb69c7c
|
@ -71,7 +71,7 @@ public:
|
|||
class ImageLoader {
|
||||
|
||||
enum {
|
||||
MAX_LOADERS = 8
|
||||
MAX_LOADERS = 32
|
||||
};
|
||||
friend class ResourceFormatLoaderImage;
|
||||
static ImageFormatLoader *loader[MAX_LOADERS];
|
||||
|
|
Loading…
Reference in New Issue