Commit 4ed616a4 authored by Bryant's avatar Bryant

Fix for improperly-named slot causing runtime error.

parent 5ee18daf
......@@ -225,7 +225,7 @@ public slots:
* @param newMapping The mapping to use.
* @see JOYSTICK_INPUT_MAPPING
*/
void setAxisMapping(int axis, JOYSTICK_INPUT_MAPPING newMapping);
void setAxisMapping(int axis, JoystickInput::JOYSTICK_INPUT_MAPPING newMapping);
/**
* @brief Specify if an axis should be inverted.
* @param axis The ID of the axis.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment