Skip to content

Commit 7806aba

Browse files
committed
Fix snippet highlighting for chapter 16
Reference: #212
1 parent 06f1dd0 commit 7806aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • articles/tutorials/building_2d_games/16_working_with_spritefonts

articles/tutorials/building_2d_games/16_working_with_spritefonts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The key changes here are:
217217

218218
Finally, open the `Game1.cs` file and make the following changes:
219219

220-
[!code-csharp[](./snippets/game1.cs?highlight=48-58,93-99,129-130,241-242,386-397)]
220+
[!code-csharp[](./snippets/game1.cs?highlight=48-58,93-99,128-129,241-242,386-397)]
221221

222222
The key changes made are:
223223

0 commit comments

Comments
 (0)