|
|
|
|
@ -319,12 +319,7 @@ public class MockRace extends Race {
|
|
|
|
|
//Checks if the current boat has finished the race or not.
|
|
|
|
|
boolean finish = this.isLastLeg(boat.getCurrentLeg());
|
|
|
|
|
|
|
|
|
|
if (!finish && totalElapsedMilliseconds >= updatePeriodMilliseconds && boat.isSailsOut()) {
|
|
|
|
|
|
|
|
|
|
// if (boat.getCurrentSpeed() == 0) {
|
|
|
|
|
// newOptimalVMG(boat);
|
|
|
|
|
// boat.setBearing(boat.calculateBearingToNextMarker());
|
|
|
|
|
// }
|
|
|
|
|
if (!finish && totalElapsedMilliseconds >= updatePeriodMilliseconds & boat.isSailsOut()) {
|
|
|
|
|
|
|
|
|
|
setBoatSpeed(boat);
|
|
|
|
|
|
|
|
|
|
|