Explorar el Código

Merge pull request #5025 from zedeckj/master

Fixed typo in example
pull/5034/head
Ray hace 7 meses
cometido por GitHub
padre
commit
d972582bc7
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/text/text_codepoints_loading.c

+ 1
- 1
examples/text/text_codepoints_loading.c Ver fichero

@ -108,7 +108,7 @@ int main(void)
} }
else else
{ {
// Draw provided text with laoded font, containing all required codepoint glyphs
// Draw provided text with loaded font, containing all required codepoint glyphs
DrawTextEx(font, text, (Vector2) { 160, 110 }, 48, 5, BLACK); DrawTextEx(font, text, (Vector2) { 160, 110 }, 48, 5, BLACK);
} }

Cargando…
Cancelar
Guardar