2
0
Эх сурвалжийг харах

Typo fix in sokol_fontstash.h documentation

`sg_v2f_t2f_c1i` -> `sgl_v2f_t2f_c1i`
Stuart Adams 4 жил өмнө
parent
commit
0e255f9d7d

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