diff options
| author | Stuart Adams <stuartdadams@gmail.com> | 2021-05-11 13:21:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 13:21:55 +0100 |
| commit | 0e255f9d7d14bef0ee3f0c070e96cd35ac505daf (patch) | |
| tree | 79c4aca54edc849a8b802f82634f7f8e0b9591b8 /util/sokol_fontstash.h | |
| parent | d7936e4f56dbf6056fa1bfcf1cc5da888ab1db06 (diff) | |
Typo fix in sokol_fontstash.h documentation
`sg_v2f_t2f_c1i` -> `sgl_v2f_t2f_c1i`
Diffstat (limited to 'util/sokol_fontstash.h')
| -rw-r--r-- | util/sokol_fontstash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_fontstash.h b/util/sokol_fontstash.h index b6774891..8bf9089e 100644 --- a/util/sokol_fontstash.h +++ b/util/sokol_fontstash.h @@ -112,7 +112,7 @@ sgl_load_pipeline(...); sgl_begin_triangles(); for each vertex: - sg_v2f_t2f_c1i(...); + sgl_v2f_t2f_c1i(...); sgl_end(); sgl_pop_pipeline(); sgl_disable_texture(); |