Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/szfp98/base
Browse files Browse the repository at this point in the history
  • Loading branch information
szfp98 committed Mar 25, 2024
2 parents 7d3c122 + 621ac09 commit 7701d57
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public int getJoystickPosition() {
public void overrideJoystickPosition(int joystickPosition) {
this.joystickPosition = joystickPosition;
controller.setJoystickPosition(joystickPosition);

controller.followSpeed();
}

}

0 comments on commit 7701d57

Please sign in to comment.