diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-07-15 21:18:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-15 21:18:19 +0200 |
| commit | 8d5d9929cc559cc6ec087fb621bfbe58c9ccc028 (patch) | |
| tree | c183258c70cc3e2969ecc79a56357a1a09f370c3 | |
| parent | f3ea457afe09b0a8302a15db9698d4ab3c307a79 (diff) | |
| parent | d629e4538bb40f578057e2843f6e6c6995e42cae (diff) | |
Merge pull request #859 from stianhj/masterpre-separate-samplers
sokol_debugtext.h: fix doc code example typo
| -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(), |