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 c513dca commit a441d03Copy full SHA for a441d03
Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInput.cs
@@ -1361,7 +1361,7 @@ private void InitializeActions()
1361
if (m_Actions == null)
1362
return;
1363
1364
- // duplicate action asset to not operate on the original (as it might be used outside - eg project wide action asset or UIInputModule)
+ // duplicate action asset to not operate on the original(as it might be used outside - eg project wide action asset or UIInputModule)
1365
var oldActions = m_Actions;
1366
m_Actions = Instantiate(m_Actions);
1367
for (var actionMap = 0; actionMap < oldActions.actionMaps.Count; actionMap++)
0 commit comments