diff options
| author | Andre Weissflog <floooh@gmail.com> | 2020-05-27 20:42:41 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2020-05-27 20:42:41 +0200 |
| commit | f761d66928bdef7483aa53e28a8cec1231cec6b3 (patch) | |
| tree | 203f271efc5c03f5f8c03aa0023c5ba70184b8fe /util/sokol_debugtext.h | |
| parent | f6f3beddfc3830dd9b55bdc18fd843fdd11cdfe1 (diff) | |
sokol_debugtext.h: fix doc 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 7bb8df6e..0073ba30 100644 --- a/util/sokol_debugtext.h +++ b/util/sokol_debugtext.h @@ -282,7 +282,7 @@ sdtx_destroy_context(ctx) If a context is set as active that no longer exists, all sokol-debugtext - that require an active context will silently fail. + functions that require an active context will silently fail. USING YOUR OWN FONT DATA ======================== |