Browse Source

Merge pull request #521 from nyalloc/patch-1

Typo fix in sokol_fontstash.h documentation
Andre Weissflog 4 năm trước cách đây
mục cha
commit
6286c5328a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      util/sokol_fontstash.h

+ 1 - 1
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();