Skip to content

Commit a441d03

Browse files
committed
formatting fix
1 parent c513dca commit a441d03

File tree

1 file changed

+1
-1
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInput.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ private void InitializeActions()
13611361
if (m_Actions == null)
13621362
return;
13631363

1364-
// duplicate action asset to not operate on the original (as it might be used outside - eg project wide action asset or UIInputModule)
1364+
// duplicate action asset to not operate on the original(as it might be used outside - eg project wide action asset or UIInputModule)
13651365
var oldActions = m_Actions;
13661366
m_Actions = Instantiate(m_Actions);
13671367
for (var actionMap = 0; actionMap < oldActions.actionMaps.Count; actionMap++)

0 commit comments

Comments
 (0)