Merge remote-tracking branch 'origin/wake_remake' into wake_remake

This commit is contained in:
Alistair McIntyre
2017-05-01 17:35:51 +12:00
5 changed files with 61 additions and 34 deletions
@@ -125,7 +125,6 @@ public class CanvasController {
}
// TODO: 1/05/17 cir27 - Make the RaceObjects update on the actual delay.
elapsedNanos = 1000 / 60;
System.out.println("elapsedNanos = " + elapsedNanos);
for (RaceObject raceObject : raceObjects) {
raceObject.updatePosition(elapsedNanos);
for (int id : raceObject.getRaceIds()) {