mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Merge remote-tracking branch 'origin/wake_remake' into wake_remake
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user