Skip to content

Commit

Permalink
copypastagoof
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 29, 2018
1 parent ea54daf commit 64a9110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Til Death/BGAnimations/_mousewheelscroll.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64a9110

Please sign in to comment.