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 2802da5 commit 37e8453Copy full SHA for 37e8453
Packages/com.unity.inputsystem/InputSystem/Actions/InputActionMap.cs
@@ -1305,7 +1305,7 @@ internal bool ResolveBindingsIfNecessary()
1305
/// </remarks>
1306
internal void ResolveBindings()
1307
{
1308
- using (k_ResolveBindingsProfilerMarker.Auto())
+ // using (k_ResolveBindingsProfilerMarker.Auto())
1309
1310
// Make sure that if we trigger callbacks as part of disabling and re-enabling actions,
1311
// we don't trigger a re-resolve while we're already resolving bindings.
0 commit comments