Skip to content

Commit 35c29a4

Browse files
committed
Fix chapter number
1 parent 69b3f8b commit 35c29a4

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This documentation will introduce game development concepts using the MonoGame f
2626
| [03: The Game1 File](03_the_game1_file/index.md) | Explore the contents of the Game1 file generated when creating a new MonoGame project. | |
2727
| [04: Content Pipeline](04_content_pipeline/index.md) | Learn the advantages of using the **Content Pipeline** to load assets and go through the processes of loading your first asset | |
2828
| [05: Working with Textures](05_working_with_textures/index.md) | Learn how to load and render textures using the MonoGame content pipeline and [**SpriteBatch**](xref:Microsoft.Xna.Framework.Graphics.SpriteBatch). | |
29-
| [05: Optimizing Texture Rendering](06_optimizing_texture_rendering/index.md) | Explore optimization techniques when rendering textures using a texture atlas. | |
29+
| [06: Optimizing Texture Rendering](06_optimizing_texture_rendering/index.md) | Explore optimization techniques when rendering textures using a texture atlas. | |
3030

3131
In additional to the chapter documentation, supplemental documentation is also provided to give a more in-depth look at different topics with MonoGame. These are provided through the Appendix documentation below:
3232

0 commit comments

Comments
 (0)