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

fix empty link

This commit is contained in:
JeremyYv
2022-02-15 14:53:56 +08:00
committed by GitHub
parent 067f5a6ce6
commit 36cbf216be

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)教程中用它来构建游戏的关卡。