1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

Fix minor issues in 06-03-10

This commit is contained in:
Meow J
2017-05-18 21:42:42 +08:00
parent df84b818cd
commit 866613528f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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'