diff options
| author | Xander Swan <no email> | 2025-12-06 09:57:20 -0500 |
|---|---|---|
| committer | Xander Swan <no email> | 2025-12-06 09:57:35 -0500 |
| commit | 87a7a010ecbe2cb99fedf44d0cac31e2efae86d5 (patch) | |
| tree | dfa51bed4929cd4fd11cccd5e790fe23bd225c92 /src/main.odin | |
| parent | 248a0977f2eb42c308a2430b28b691b75ad1a10d (diff) | |
fix a mispeling
Diffstat (limited to 'src/main.odin')
| -rw-r--r-- | src/main.odin | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.odin b/src/main.odin index e58b94d..2ca3e7f 100644 --- a/src/main.odin +++ b/src/main.odin @@ -61,11 +61,6 @@ init :: proc "c" () { sdtxt.setup({ fonts = { 0 = sdtxt.font_kc853(), - // sdtxt.font_kc854(), - // sdtxt.font_z1013(), - // sdtxt.font_cpc(), - // sdtxt.font_c64(), - // sdtxt.font_oric(), }, logger = {func=slog.func}, }) |
