mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts: src/main/java/seng302/controllers/CanvasController.java src/main/java/seng302/models/Boat.java
This commit is contained in:
@@ -16,7 +16,7 @@ public class Race {
|
||||
private long startTime = 0;
|
||||
private double timeScale = 1;
|
||||
private boolean raceFinished = false; // Race is finished
|
||||
private int raceTime = -10; // Current time in the race
|
||||
private int raceTime = -2; // Current time in the race
|
||||
|
||||
/**
|
||||
* Race class containing the boats and legs in the race
|
||||
|
||||
Reference in New Issue
Block a user