Skip to content

Commit

Permalink
testci
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalrat committed Aug 2, 2024
1 parent 5e02f12 commit 7e1682b
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 @@ -1983,7 +1983,7 @@ void RegisterCustomTypes(Type[] types)
if (typeof(InputProcessor).IsAssignableFrom(type))
{
//Debug.Log("InputProcessor register type: " + type.FullName);
InputSystem.RegisterProcessor(type);
//InputSystem.RegisterProcessor(type);
}
else if (typeof(IInputInteraction).IsAssignableFrom(type))
{
Expand Down

0 comments on commit 7e1682b

Please sign in to comment.