summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-11-18 22:07:00 -0300
committerJuan Linietsky <reduzio@gmail.com>2018-11-18 22:07:00 -0300
commit60cbb69c7c40efd72234ef10e77767347d8df6c4 (patch)
tree964711f4c63608a3a4ada0b4c2fd8264eef3ee85 /core
parent0f7a86ca523f7939a0f079e07f9245dd773d35bd (diff)
Increase number of image loaders (why was it this low..), fixes #19037
Diffstat (limited to 'core')
-rw-r--r--core/io/image_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/image_loader.h b/core/io/image_loader.h
index 561f275e0c..d95a483c0d 100644
--- a/core/io/image_loader.h
+++ b/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];