Skip to content

Commit 3495d62

Browse files
I can't copy code over very well
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 74f7f2e commit 3495d62

File tree

1 file changed

+1
-1
lines changed
  • TeamCode/src/main/java/org/firstinspires/ftc/teamcode/commands

1 file changed

+1
-1
lines changed

TeamCode/src/main/java/org/firstinspires/ftc/teamcode/commands/UserDrive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public void execute() {
2020
drivetrain.move(
2121
gamepad.getLeftX(),
2222
gamepad.getLeftY(),
23-
gamepad.getRightY()
23+
gamepad.getRightX()
2424
);
2525
}
2626

0 commit comments

Comments
 (0)