ソースを参照

Fixed typo

pull/5025/head
Jordan Zedeck 5ヶ月前
committed by GitHub
コミット
e91a3697ff
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      examples/text/text_codepoints_loading.c

+ 1
- 1
examples/text/text_codepoints_loading.c ファイルの表示

@ -108,7 +108,7 @@ int main(void)
}
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);
}

読み込み中…
キャンセル
保存