This commit is contained in:
Kristian Knarvik 2020-03-25 13:36:41 +01:00
commit cdb489422d

View File

@ -171,11 +171,11 @@ public class RoboRallyGame implements IDrawableGame {
*/ */
private void runGameLoop() throws InterruptedException { private void runGameLoop() throws InterruptedException {
TimeUnit.SECONDS.sleep(3); TimeUnit.SECONDS.sleep(3);
runPhase(0);
runPhase(1); runPhase(1);
runPhase(2); runPhase(2);
runPhase(3); runPhase(3);
runPhase(4); runPhase(4);
runPhase(5);
} }
/** /**