Skip to content

Commit

Permalink
Fixed N3DS_TOUCH_ID, 0 is an invalid touch ID
Browse files Browse the repository at this point in the history
(cherry picked from commit adb5184)
  • Loading branch information
slouken committed Jan 1, 2025
1 parent 439bb53 commit c38a40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/n3ds/SDL_n3dstouch.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "../../events/SDL_touch_c.h"
#include "SDL_n3dstouch.h"

#define N3DS_TOUCH_ID 0
#define N3DS_TOUCH_ID 1

/*
Factors used to convert touchscreen coordinates to
Expand Down

0 comments on commit c38a40e

Please sign in to comment.