mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
rtm516 reaches enlightenment
This commit is contained in:
parent
51b59feeb9
commit
39ef911dde
|
|
@ -96,7 +96,7 @@ void UIControl_Slider::handleSliderMove(int newValue)
|
|||
if (newValue % 10 == 0) {
|
||||
ui.PlayUISFX(eSFX_Scroll);
|
||||
m_current = newValue;
|
||||
} else if (valueCount < 18) {
|
||||
} else if (valueCount < 20) {
|
||||
ui.PlayUISFX(eSFX_Scroll);
|
||||
m_current = newValue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue