2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00

Fixed indenting

This commit is contained in:
Adam Long 2014-10-10 17:17:28 -04:00
parent b8b3e06347
commit 610a675f5d

View File

@ -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);
}