Skip to content

Commit 88812f4

Browse files
committed
Highlight using statement in game1 class
1 parent f590f8d commit 88812f4

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
@@ -372,7 +372,7 @@ The key changes to the `Core` class are:
372372

373373
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:
374374

375-
[!code-csharp[](./snippets/game1.cs?highlight=76,82,88,94,100,108,113,116,120,126,128-129,134,140,146,152)]
375+
[!code-csharp[](./snippets/game1.cs?highlight=6,76,82,88,94,100,108,113,116,120,126,128-129,134,140,146,152)]
376376

377377
The key changes to the `Game1` class are:
378378

0 commit comments

Comments
 (0)