Fixed develop merge and now collision works

This commit is contained in:
Zhi You Tan
2017-08-15 14:53:15 +12:00
parent 2a3231d334
commit ce5424cc79
3 changed files with 1 additions and 30 deletions
@@ -623,7 +623,6 @@ public class GameView extends Pane {
timer.start();
}
public void setBoatAsPlayer(Yacht playerYacht) {
public Yacht getPlayerYacht() {
return playerYacht;
}