Browse Source

Merge pull request #4859 from MikiZX1/master

Update rcore_desktop_sdl.c
pull/4865/head
Ray 2 weeks ago
committed by GitHub
parent
commit
9a049d1d27
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/platforms/rcore_desktop_sdl.c

+ 1
- 1
src/platforms/rcore_desktop_sdl.c View File

@ -1670,7 +1670,7 @@ void PollInputEvents(void)
{
int jid = event.jdevice.which; // Joystick device index
if (o">!CORE.Input.Gamepad.ready[jid] && (jid < MAX_GAMEPADS))
if (CORE.Input.Gamepad.ready[jid] && (jid < MAX_GAMEPADS))
{
platform.gamepad[jid] = SDL_GameControllerOpen(jid);
platform.gamepadId[jid] = SDL_JoystickInstanceID(SDL_GameControllerGetJoystick(platform.gamepad[jid]));

||||||
x
 
000:0
Loading…
Cancel
Save