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

Corrected comment

(cherry picked from commit 45938bbfa532e4c1cdef202a72d899a37a7baf05)
Sam Lantinga пре 2 година
родитељ
комит
8f14dc6998
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/joystick/n3ds/SDL_sysjoystick.c

+ 1 - 1
src/joystick/n3ds/SDL_sysjoystick.c

@@ -32,7 +32,7 @@
 #define NB_BUTTONS 23
 
 /*
-  N3DS sticks values are roughly within +/-170
+  N3DS sticks values are roughly within +/-160
   which is too small to pass the jitter tolerance.
   This correction is applied to axis values
   so they fit better in SDL's value range.