rr2039 / RR-2020-InfiniteRecharge

Codebase for Infinite Recharge
2 stars 1 forks source link

Improper names in Button.java and Axis.java #6

Closed graykevinb closed 4 years ago

graykevinb commented 4 years ago

this.axisController = new Joystick(this.controller_id); axisController should be named button in Button.java and in Axis.java it should be named axis.