Skip to content

Commit eb2a2b1

Browse files
K-ToneCopilot
andauthored
Update Packages/com.unity.inputsystem/InputSystem/Plugins/UI/InputSystemUIInputModule.cs
Co-authored-by: Copilot <[email protected]>
1 parent e4eba87 commit eb2a2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/UI/InputSystemUIInputModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ protected override void OnDisable()
16771677
DisableAllActions();
16781678
UnhookActions();
16791679

1680-
// In the case we've been initialialised with default actions, we want to unalloc them
1680+
// In the case we've been initialized with default actions, we want to release them
16811681
if (defaultActions != null && defaultActions.asset == actionsAsset)
16821682
{
16831683
UnassignActions();

0 commit comments

Comments
 (0)