mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 07:53:10 +02:00
Update max axis value to reflect maximum negative value
This commit is contained in:
parent
1c2a971638
commit
a24b5c24a9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include "Joystick.h"
|
||||
|
||||
const float MAX_AXIS = 32767.0f;
|
||||
const float MAX_AXIS = 32768.0f;
|
||||
|
||||
#ifdef HAVE_SDL2
|
||||
|
||||
|
|
Loading…
Reference in a new issue