File tree Expand file tree Collapse file tree
Packages/com.unity.inputsystem/InputSystem/Runtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ internal static class InputRuntime
215215 /// </summary>
216216 internal enum InputPlayModeChange
217217 {
218- EnteredEditMode ,
218+ EnteredEditMode ,
219219 ExitingEditMode ,
220220 EnteredPlayMode ,
221221 ExitingPlayMode ,
Original file line number Diff line number Diff line change @@ -2968,8 +2968,8 @@ internal static bool ShouldDrawWarningIconForBinding(string bindingPath)
29682968 #region Actions
29692969
29702970
2971- // This is called to make sure
2972- // project-wide actions are all active in they are active in all of these MonoBehavior methods:
2971+ // This is called to make sure project-wide actions are all active in they are active in all of these
2972+ // MonoBehavior methods:
29732973 // Awake() / Start() / OnEnable() / OnDisable() / OnDestroy()
29742974 internal static void EnableActions ( )
29752975 {
You can’t perform that action at this time.
0 commit comments