Skip to content

Commit

Permalink
Rerun formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ekcoh committed Oct 16, 2024
1 parent 657313e commit 54f072a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/com.unity.inputsystem/InputSystem/InputManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static InputManager CreateAndInitialize(IInputRuntime runtime, InputSetti
#if UNITY_INPUT_SYSTEM_PROJECT_WIDE_ACTIONS
newInstance.ApplyActions();
#endif

newInstance.bindingsNeedResolving = true;
return newInstance;
}
Expand Down

0 comments on commit 54f072a

Please sign in to comment.