Skip to content

Commit 154c1af

Browse files
committed
26855 mill valley stable
1 parent 820e237 commit 154c1af

File tree

1 file changed

+1
-1
lines changed
  • TeamCode2028/src/main/java/com/technodot/ftc/twentyfive/common

1 file changed

+1
-1
lines changed

TeamCode2028/src/main/java/com/technodot/ftc/twentyfive/common/Controls.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static boolean drivePrecise(Gamepad gamepad) {
3636

3737
public static boolean driveAim(Gamepad gamepad) {
3838
// return gamepad != null && gamepad.x;
39-
return gamepad != null && (gamepad.a || gamepad.y); // aim will activate at same time as extake shoot
39+
return gamepad != null && (gamepad.x || gamepad.a || gamepad.y); // aim will activate at same time as extake shoot
4040
}
4141

4242
public static boolean intakeIn(Gamepad gamepad) {

0 commit comments

Comments
 (0)