mirror of
https://github.com/team2059/Zaphod
synced 2024-12-18 20:12:28 -05:00
Fixed indenting
This commit is contained in:
parent
b8b3e06347
commit
610a675f5d
@ -539,8 +539,7 @@ public:
|
||||
//}}}
|
||||
//Lower Shooter{{{
|
||||
if(currentStep==3){
|
||||
if(40.0f<=potToDegrees(armPot.GetAverageVoltage())){
|
||||
shootRobot(-0.1f);
|
||||
if(40.0f<=potToDegrees(armPot.GetAverageVoltage())){ shootRobot(-0.1f);
|
||||
}else{
|
||||
shootRobot(0.0f);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user