Sfoglia il codice sorgente

Fixed typo

pull/5025/head
Jordan Zedeck 3 mesi fa
committed by GitHub
parent
commit
e91a3697ff
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      examples/text/text_codepoints_loading.c

+ 1
- 1
examples/text/text_codepoints_loading.c Vedi File

@ -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);
} }

Caricamento…
Annulla
Salva