rtm516 reaches total enlightenment

This commit is contained in:
Xenovyy 2026-03-17 18:42:17 -04:00
parent 39ef911dde
commit d5413fb3e6

View file

@ -96,7 +96,7 @@ void UIControl_Slider::handleSliderMove(int newValue)
if (newValue % 10 == 0) {
ui.PlayUISFX(eSFX_Scroll);
m_current = newValue;
} else if (valueCount < 20) {
} else if (valueCount <= 20) {
ui.PlayUISFX(eSFX_Scroll);
m_current = newValue;
}