test to ID input issue TO REVERT

This commit is contained in:
minenice55 2024-01-08 22:31:29 -05:00
parent df905c699a
commit a8c41b779d
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ namespace HeavenStudio
foreach (InputController i in inputDevices)
{
if (i == null) continue;
Debug.Log($"Polling controller {i.GetDeviceName()} (frame {Time.frameCount})");
i.UpdateState();
}
}