From b4edc49c4545f5b5034a72806f171c33ce775ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= <pippin@gimp.org> Date: Sun, 13 Aug 2023 12:56:38 +0200 Subject: [PATCH] ctx: set number of concurrent textures to 32 --- components/ctx/ctx_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ctx/ctx_config.h b/components/ctx/ctx_config.h index 370fb36d26..7866a51525 100644 --- a/components/ctx/ctx_config.h +++ b/components/ctx/ctx_config.h @@ -56,7 +56,7 @@ #define CTX_ENABLE_SHADOW_BLUR 0 #define CTX_FONTS_FROM_FILE 0 #define CTX_MAX_KEYDB 16 -#define CTX_MAX_TEXTURES 16 +#define CTX_MAX_TEXTURES 32 #define CTX_PARSER_MAXLEN 512 #define CTX_PARSER_FIXED_TEMP 1 #define CTX_CURRENT_PATH 1 -- GitLab