From a10ef83fb96943d8787546f68efd4372e47f625f Mon Sep 17 00:00:00 2001 From: luboslenco Date: Mon, 8 Sep 2025 15:50:41 +0200 Subject: [PATCH] Bump temp_string --- base/sources/iron.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/sources/iron.h b/base/sources/iron.h index d64a5ccc..b11f5713 100644 --- a/base/sources/iron.h +++ b/base/sources/iron.h @@ -192,7 +192,7 @@ int last_window_width = 0; int last_window_height = 0; #endif -char temp_string[1024 * 32]; +char temp_string[1024 * 128]; char temp_string_vs[1024 * 128]; char temp_string_fs[1024 * 128]; #ifdef IRON_WINDOWS