Update max axis value to reflect maximum negative value

This commit is contained in:
Ryan Huffman 2014-10-10 17:28:09 -07:00
parent 1c2a971638
commit a24b5c24a9

View file

@ -15,7 +15,7 @@
#include "Joystick.h"
const float MAX_AXIS = 32767.0f;
const float MAX_AXIS = 32768.0f;
#ifdef HAVE_SDL2