diff --git a/Minecraft.Client/Common/UI/UIControl_Slider.cpp b/Minecraft.Client/Common/UI/UIControl_Slider.cpp index 331d18a0a..2ecc895f8 100644 --- a/Minecraft.Client/Common/UI/UIControl_Slider.cpp +++ b/Minecraft.Client/Common/UI/UIControl_Slider.cpp @@ -93,7 +93,7 @@ void UIControl_Slider::handleSliderMove(int newValue) } if (IsUsingKeyboardMouse() == true) { - if (newValue % 9 == 0) { + if (newValue % 10 == 0) { ui.PlayUISFX(eSFX_Scroll); m_current = newValue; } else if (valueCount < 18) {