optimize rendering

This commit is contained in:
2026-02-08 18:06:30 +09:00
parent 9afad8e4ff
commit 884ba56619
7 changed files with 29 additions and 23 deletions

2
dat.h
View File

@@ -117,7 +117,7 @@ typedef struct Drawcmd Drawcmd;
struct Drawcmd
{
Str pre;
Str kouho[Maxkouho];
Str kouho[Maxdisp];
int nkouho;
int sel;
};