cured rtm516's ocd

title
This commit is contained in:
Xenovyy 2026-03-17 18:39:45 -04:00
parent 9996122749
commit 51b59feeb9

View file

@ -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) {