We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4eba87 commit eb2a2b1Copy full SHA for eb2a2b1
Packages/com.unity.inputsystem/InputSystem/Plugins/UI/InputSystemUIInputModule.cs
@@ -1677,7 +1677,7 @@ protected override void OnDisable()
1677
DisableAllActions();
1678
UnhookActions();
1679
1680
- // In the case we've been initialialised with default actions, we want to unalloc them
+ // In the case we've been initialized with default actions, we want to release them
1681
if (defaultActions != null && defaultActions.asset == actionsAsset)
1682
{
1683
UnassignActions();
0 commit comments