Controller.getConnectedControllers returns an array of controller indices, but they're always zero. Where we should see something like [0, 1, 2] we see [0, 0, 0]. This is due to a little mistake in the SteamWrap.cpp implemention of SteamWrap_GetConnectedControllers.
Controller.getConnectedControllers
returns an array of controller indices, but they're always zero. Where we should see something like[0, 1, 2]
we see[0, 0, 0]
. This is due to a little mistake in theSteamWrap.cpp
implemention ofSteamWrap_GetConnectedControllers
.Fix incoming.