Skip to content

Commit 8f14d87

Browse files
authored
fixed all the highlighting issues in building_2d_games/Chapter 11
The highlighting was 1 line off in one snippet
1 parent 86151f0 commit 8f14d87

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/11_input_management/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ The key changes to the `Core` class are:
382382

383383
Now we can update our `Game1` class to use the new input management system through the `Core` class. Open `Game1.cs` in the game project and update it to the following:
384384

385-
[!code-csharp[](./snippets/game1.cs?highlight=7,74,80,86,92,98,106,111,114,118,124,126-127,132,138,144,150)]
385+
[!code-csharp[](./snippets/game1.cs?highlight=7,75,81,87,93,99,107,112,115,119,125,127-128,133,139,145,151)]
386386

387387
The key changes to the `Game1` class are:
388388

0 commit comments

Comments
 (0)