Skip to content

Commit c7d88f9

Browse files
committed
Merge branch 'master' of https://github.com/bkacjios/m-overlay
2 parents 13bb2fc + d40acab commit c7d88f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/modules/games/GP2EAF-0.lua

+2
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ function game.translateJoyStick(x, y)
1919
return x + math.sin(angle) * mag * near * 0.25, y + math.cos(angle) * mag * near * 0.25
2020
end
2121

22+
game.translateCStick = game.translateJoyStick
23+
2224
return game

0 commit comments

Comments
 (0)