Skip to content

Commit 24551d6

Browse files
committed
Fixed out-of-range keyboard config
1 parent 200a289 commit 24551d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Menus/SettingsInputMappingWizardGUI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace RTE {
8989
GUIButton* StartConfigAnalogXBTypeButton;
9090
};
9191

92-
static constexpr int m_KeyboardConfigSteps = 16; //!< The step count for keyboard only manual configuration.
92+
static constexpr int m_KeyboardConfigSteps = 18; //!< The step count for keyboard only manual configuration.
9393
static constexpr int m_MouseAndKeyboardConfigSteps = 17; //!< The step count for mouse + keyboard manual configuration.
9494
static constexpr int m_DPadConfigSteps = 12; //!< The step count for DPad type gamepad manual configuration.
9595
static constexpr int m_DualAnalogConfigSteps = 22; //!< The step count for DualAnalog type gamepad manual configuration.

0 commit comments

Comments
 (0)