diff --git a/Themes/Til Death/BGAnimations/_mousewheelscroll.lua b/Themes/Til Death/BGAnimations/_mousewheelscroll.lua index 272fd09cac..56c33ebdc6 100644 --- a/Themes/Til Death/BGAnimations/_mousewheelscroll.lua +++ b/Themes/Til Death/BGAnimations/_mousewheelscroll.lua @@ -18,9 +18,9 @@ local function scrollInput(event) if event.DeviceInput.button == "DeviceButton_mousewheel up" then moving = true if pressingtab == true and not whee:IsSettled() then - whee:Move(2) + whee:Move(-2) else - whee:Move(1) + whee:Move(-1) end elseif event.DeviceInput.button == "DeviceButton_mousewheel down" then moving = true