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