Jordan Zedeck 2 週之前
committed by GitHub
父節點
當前提交
84cbcf5493
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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);
}

Loading…
取消
儲存