diff options
| author | Stian H. Johannesen <stianhj@gmail.com> | 2023-07-15 15:13:00 +0200 |
|---|---|---|
| committer | Stian H. Johannesen <stianhj@gmail.com> | 2023-07-15 15:13:00 +0200 |
| commit | d629e4538bb40f578057e2843f6e6c6995e42cae (patch) | |
| tree | c183258c70cc3e2969ecc79a56357a1a09f370c3 /util/sokol_debugtext.h | |
| parent | f3ea457afe09b0a8302a15db9698d4ab3c307a79 (diff) | |
sokol_debugtext.h: fix doc code example typo
Diffstat (limited to 'util/sokol_debugtext.h')
| -rw-r--r-- | util/sokol_debugtext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_debugtext.h b/util/sokol_debugtext.h index eed04361..d98b8259 100644 --- a/util/sokol_debugtext.h +++ b/util/sokol_debugtext.h @@ -82,7 +82,7 @@ fonts that can be used for rendering. To use all builtin fonts call sdtx_setup() like this (in C99): - sdtx_setup(&sdtx_desc_t){ + sdtx_setup(&(sdtx_desc_t){ .fonts = { [0] = sdtx_font_kc853(), [1] = sdtx_font_kc854(), |