Skip to content

Commit

Permalink
Fixed typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
intentor committed Apr 10, 2015
1 parent bcf6926 commit b031db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assets/Adic/Examples/05_Commander/Scripts/GameRoot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public override void SetupContainers() {
container.RegisterExtension<EventCallerContainerExtension>();
container.RegisterExtension<UnityBindingContainerExtension>();

//Bind the "Rectangle" prefab.
//Bind the "Prism" prefab.
container.Bind<Transform>().ToPrefab("Prism");

//Register all commands under the namespace "Adic.Examples.Commander.Commands".
Expand Down

0 comments on commit b031db9

Please sign in to comment.