From 866613528f2bf48ecb7c893a22bce54b968a10f2 Mon Sep 17 00:00:00 2001 From: Meow J Date: Thu, 18 May 2017 21:42:42 +0800 Subject: [PATCH] Fix minor issues in 06-03-10 --- docs/06 In Practice/2D-Game/10 Render Text.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/06 In Practice/2D-Game/10 Render Text.md b/docs/06 In Practice/2D-Game/10 Render Text.md index c8ee826..ef47337 100644 --- a/docs/06 In Practice/2D-Game/10 Render Text.md +++ b/docs/06 In Practice/2D-Game/10 Render Text.md @@ -1,6 +1,6 @@ # 渲染文本 -| 原文 | [Particles](https://learnopengl.com/#!In-Practice/2D-Game/Render-text) | +| 原文 | [Render text](https://learnopengl.com/#!In-Practice/2D-Game/Render-text) | | ---- | ---------------------------------------- | | 作者 | JoeydeVries | | 翻译 | [aillieo](https://github.com/aillieo) | diff --git a/mkdocs.yml b/mkdocs.yml index b5c6ed5..e494910 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -72,7 +72,7 @@ pages: - 后期处理: '06 In Practice/2D-Game/07 Postprocessing.md' - 道具: '06 In Practice/2D-Game/08 Powerups.md' - 音效: '06 In Practice/2D-Game/09 Audio.md' - - 渲染文字: '06 In Practice/2D-Game/10 Render Text.md' + - 渲染文本: '06 In Practice/2D-Game/10 Render Text.md' - 结语: '06 In Practice/2D-Game/11 Final thoughts.md' site_name: 'LearnOpenGL CN'