Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bkacjios/m-overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
bkacjios committed Dec 22, 2021
2 parents 13bb2fc + d40acab commit c7d88f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/modules/games/GP2EAF-0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ function game.translateJoyStick(x, y)
return x + math.sin(angle) * mag * near * 0.25, y + math.cos(angle) * mag * near * 0.25
end

game.translateCStick = game.translateJoyStick

return game

0 comments on commit c7d88f9

Please sign in to comment.