mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
added count for fps inside handle loop and displayed fps on the canvas #story[463]
This commit is contained in:
@@ -152,7 +152,6 @@ public class Race {
|
||||
* @param boat The boat that has finished the race
|
||||
*/
|
||||
public void setBoatFinished(Boat boat){
|
||||
System.out.println(boat.getTeamName() + " finished");
|
||||
this.finishingOrder.add(boat);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user