mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-01 07:39:35 +01:00
fikset inputen i runPhase fra 1-5 til 0-4 for å fikse indexOutOfBounds error
This commit is contained in:
parent
e67c78e348
commit
7e2b6907af
@ -165,11 +165,11 @@ public class RoboRallyGame implements IDrawableGame {
|
||||
*/
|
||||
private void runGameLoop() throws InterruptedException {
|
||||
TimeUnit.SECONDS.sleep(3);
|
||||
runPhase(0);
|
||||
runPhase(1);
|
||||
runPhase(2);
|
||||
runPhase(3);
|
||||
runPhase(4);
|
||||
runPhase(5);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user