added count for fps inside handle loop and displayed fps on the canvas #story[463]

This commit is contained in:
Peter
2017-03-27 16:34:54 +13:00
parent cf6bbdd1f1
commit 65ac864bf2
2 changed files with 18 additions and 2 deletions
-1
View File
@@ -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);
}