Skip to content

Commit 76977f4

Browse files
committed
Fixed v2 reference
1 parent 6716fbb commit 76977f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • articles/tutorials/building_2d_games/20_implementing_ui_with_gum/snippets/game1

articles/tutorials/building_2d_games/20_implementing_ui_with_gum/snippets/game1/initializegum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
private void InitializeGum()
22
{
33
// Initialize the Gum service. The second parameter specifies
4-
// the version of the default visuals to use. V2 is the latest
4+
// the version of the default visuals to use. V3 is the latest
55
// version.
66
GumService.Default.Initialize(this, DefaultVisualsVersion.V3);
77

0 commit comments

Comments
 (0)