diff options
Diffstat (limited to 'src/joystick.cpp')
-rw-r--r-- | src/joystick.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/joystick.cpp b/src/joystick.cpp index b72c9103..1eb0f797 100644 --- a/src/joystick.cpp +++ b/src/joystick.cpp @@ -78,7 +78,8 @@ void Joystick::update() mDirection = 0; // When calibrating, don't bother the outside with our state - if (mCalibrating) { + if (mCalibrating) + { doCalibration(); return; }; |