mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
test to ID input issue TO REVERT
This commit is contained in:
parent
df905c699a
commit
a8c41b779d
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue