Skip to content

Commit

Permalink
Merge pull request #75 from loopj/fix-controller-script-typo
Browse files Browse the repository at this point in the history
Fix typo in controller settings script
  • Loading branch information
Aurelio92 authored Mar 28, 2024
2 parents 0b799db + 6495a78 commit dbdc2a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function buttonsTester:handleInputs(onFocus)

if held.BUTTON_A and held.BUTTON_B then
Pad.setRumble(0, true)
end else
else
Pad.setRumble(0, false)
end

Expand Down

0 comments on commit dbdc2a6

Please sign in to comment.