Skip to content

Commit d14496d

Browse files
authored
Fix Missing Highlights in Chapter 17 (#253)
* Include a line highlight and explanation for CharacterRegion.End * Fixed line highlighting in Ch. 17, section Scene Management * Undoing changes caused by user error
1 parent 4065f4b commit d14496d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/17_scenes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ With the Base scene implementation complete, we can now use it to create actual
9393

9494
With the base `Scene` class defined, the `Core` class needs to be updated to handle management of the scenes, including update, drawing, and changing scenes. Open the `Core.cs` file in the *MonoGameLibrary* project and make the following changes:
9595

96-
[!code-csharp[](./snippets/core.cs?highlight=8,21-25,147158,163172,174182,184208)]
96+
[!code-csharp[](./snippets/core.cs?highlight=8,21-25,147-158,163-172,174-182,184-208)]
9797

9898
The key changes here are:
9999

0 commit comments

Comments
 (0)