Преглед изворни кода

Fixed N3DS_TOUCH_ID, 0 is an invalid touch ID

Sam Lantinga пре 1 година
родитељ
комит
adb51845af
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/video/n3ds/SDL_n3dstouch.c

+ 1 - 1
src/video/n3ds/SDL_n3dstouch.c

@@ -30,7 +30,7 @@
 #include "SDL_n3dstouch.h"
 #include "SDL_n3dstouch.h"
 #include "SDL_n3dsvideo.h"
 #include "SDL_n3dsvideo.h"
 
 
-#define N3DS_TOUCH_ID 0
+#define N3DS_TOUCH_ID 1
 
 
 /*
 /*
   Factors used to convert touchscreen coordinates to
   Factors used to convert touchscreen coordinates to