fix.. memory problem.

This commit is contained in:
ajouatom
2026-02-25 08:48:43 +09:00
parent be0f6fcb8b
commit 55ae5a17ea
+1 -1
View File
@@ -1945,7 +1945,7 @@ typedef struct {
} lead_vertex_data;
#endif
char carrot_man_debug[128] = "";
char carrot_man_debug[256] = "";
class DrawCarrot : public QObject {
Q_OBJECT