diff options
| author | Andre Weissflog <floooh@gmail.com> | 2021-05-11 19:30:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 19:30:37 +0200 |
| commit | 6286c5328a29afcb3d22c316abb49422adcb0aff (patch) | |
| tree | 79c4aca54edc849a8b802f82634f7f8e0b9591b8 | |
| parent | d7936e4f56dbf6056fa1bfcf1cc5da888ab1db06 (diff) | |
| parent | 0e255f9d7d14bef0ee3f0c070e96cd35ac505daf (diff) | |
Merge pull request #521 from nyalloc/patch-1
Typo fix in sokol_fontstash.h documentation
| -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(); |