diff --git a/interface/src/devices/Joystick.cpp b/interface/src/devices/Joystick.cpp index b63d49eea2..e110027e1a 100644 --- a/interface/src/devices/Joystick.cpp +++ b/interface/src/devices/Joystick.cpp @@ -15,7 +15,7 @@ #include "Joystick.h" -const float MAX_AXIS = 32767.0f; +const float MAX_AXIS = 32768.0f; #ifdef HAVE_SDL2