File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Packages/com.unity.inputsystem/InputSystem Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ internal partial class InputManager
77
77
static readonly ProfilerMarker k_InputOnDeviceSettingsChangeMarker = new ProfilerMarker ( "InputSystem.onDeviceSettingsChange" ) ;
78
78
static readonly ProfilerMarker k_InputOnEventMarker = new ProfilerMarker ( "InputSystem.onEvent" ) ;
79
79
static readonly ProfilerMarker k_InputOnLayoutChangeMarker = new ProfilerMarker ( "InputSystem.onLayoutChange" ) ;
80
- private static readonly ProfilerMarker k_InputOnDeviceChangeMarker = new ProfilerMarker ( "InpustSystem.onDeviceChange" ) ;
81
- private static readonly ProfilerMarker k_InputOnActionsChangeMarker = new ProfilerMarker ( "InpustSystem.onActionsChange" ) ;
80
+ static readonly ProfilerMarker k_InputOnDeviceChangeMarker = new ProfilerMarker ( "InpustSystem.onDeviceChange" ) ;
81
+ static readonly ProfilerMarker k_InputOnActionsChangeMarker = new ProfilerMarker ( "InpustSystem.onActionsChange" ) ;
82
82
83
83
84
84
public InputMetrics metrics
You can’t perform that action at this time.
0 commit comments