mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
cured rtm516's ocd
title
This commit is contained in:
parent
9996122749
commit
51b59feeb9
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue