aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_fontstash.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2021-05-11 19:30:37 +0200
committerGitHub <noreply@github.com>2021-05-11 19:30:37 +0200
commit6286c5328a29afcb3d22c316abb49422adcb0aff (patch)
tree79c4aca54edc849a8b802f82634f7f8e0b9591b8 /util/sokol_fontstash.h
parentd7936e4f56dbf6056fa1bfcf1cc5da888ab1db06 (diff)
parent0e255f9d7d14bef0ee3f0c070e96cd35ac505daf (diff)
Merge pull request #521 from nyalloc/patch-1
Typo fix in sokol_fontstash.h documentation
Diffstat (limited to 'util/sokol_fontstash.h')
-rw-r--r--util/sokol_fontstash.h2
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();