1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Merge pull request #217 from JeremyYvv/patch-4

fix empty link
This commit is contained in:
Gary Wang
2022-02-15 17:38:51 +08:00
committed by GitHub

View File

@@ -221,4 +221,4 @@ void Game::Render()
你可以在[这里](http://learnopengl.com/code_viewer.php?code=in-practice/breakout/game_rendering-sprites)找到更新后的游戏类源代码。
现在我们已经让渲染系统正常工作了,我们可以在[下一节]()教程中用它来构建游戏的关卡。
现在我们已经让渲染系统正常工作了,我们可以在[下一节](04 Levels.md)教程中用它来构建游戏的关卡。