Fullfører fase

This commit is contained in:
Kristian Knarvik 2020-03-24 14:04:19 +01:00
parent 6542a9860d
commit 57c0d3a3c1

View File

@ -175,7 +175,7 @@ public class RoboRallyGame implements IDrawableGame {
* @throws InterruptedException If interrupted wile trying to sleep * @throws InterruptedException If interrupted wile trying to sleep
*/ */
private void runPhase(int phaseNumber) throws InterruptedException { private void runPhase(int phaseNumber) throws InterruptedException {
//TODO: Run programming cards runProgramPhase(phaseNumber);
moveAllConveyorBelts(); moveAllConveyorBelts();
rotateCogwheels(); rotateCogwheels();