We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41445f commit 4b229a2Copy full SHA for 4b229a2
Packages/com.unity.inputsystem/InputSystem/InputManager.cs
@@ -2059,6 +2059,7 @@ internal void RegisterCustomTypes()
2059
{
2060
if (hasCustomTypesBeenRegistered)
2061
return;
2062
+ hasCustomTypesBeenRegistered = true;
2063
2064
k_InputRegisterCustomTypesMarker.Begin();
2065
@@ -2089,8 +2090,6 @@ internal void RegisterCustomTypes()
2089
2090
}
2091
2092
k_InputRegisterCustomTypesMarker.End();
-
2093
- hasCustomTypesBeenRegistered = true;
2094
2095
2096
internal void InstallRuntime(IInputRuntime runtime)
0 commit comments