Skip to content

Commit f590f8d

Browse files
committed
Highlight all of new Update method that is added
1 parent c36122f commit f590f8d

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
@@ -356,7 +356,7 @@ Now that we have our input management system complete, we will update our game t
356356

357357
The `Core` class serves as our base game class, so we will update it to add and expose the `InputManager` globally. Open the *Core.cs* file in the *MonoGameLibrary* project and update it to the following:
358358

359-
[!code-csharp[](./snippets/core.cs?highlight=5-6,39-47,103-104,112-115)]
359+
[!code-csharp[](./snippets/core.cs?highlight=5-6,39-47,103-104,107-118)]
360360

361361
The key changes to the `Core` class are:
362362

0 commit comments

Comments
 (0)