WIP: Researched and implemented a simple right of way calculation (might be wrong).

#story[1117]
This commit is contained in:
Zhi You Tan
2017-08-11 23:57:27 +12:00
parent fda6625256
commit c58cb1a476
4 changed files with 31 additions and 20 deletions
@@ -611,8 +611,6 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
* @param subjectId source id of offending yacht
*/
public void showCollision(Long subjectId) {
System.out.println("showcollision " + subjectId);
System.out.println(participants.get((int) (long) subjectId).getLocation());
gameView.drawCollision(participants.get((int) (long) subjectId).getLocation());
}
}