Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Feb 7, 2023
1 parent 34afbff commit 58e378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdl2_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ EventFilter3to2(void *userdata, SDL_Event *event3)
case SDL_EVENT_GAMEPAD_TOUCHPAD_MOTION:
case SDL_EVENT_GAMEPAD_TOUCHPAD_UP:
case SDL_EVENT_GAMEPAD_SENSOR_UPDATE:
/* Change SD3 InstanceID to index */
/* Change SDL3 InstanceID to index */
event3->jaxis.which = GetIndexFromJoystickInstance(event3->jaxis.which);
break;

Expand Down

0 comments on commit 58e378a

Please sign in to comment.