소스 검색

Bump temp_string

luboslenco 2 주 전
부모
커밋
a10ef83fb9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      base/sources/iron.h

+ 1 - 1
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