Explorar el Código

Typo fix in sokol_fontstash.h documentation

`sg_v2f_t2f_c1i` -> `sgl_v2f_t2f_c1i`
Stuart Adams hace 4 años
padre
commit
0e255f9d7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();