|
|
|
|
@ -319,7 +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 (!finish && totalElapsedMilliseconds >= updatePeriodMilliseconds && boat.isSailsOut()) {
|
|
|
|
|
|
|
|
|
|
// if (boat.getCurrentSpeed() == 0) {
|
|
|
|
|
// newOptimalVMG(boat);
|
|
|
|
|
|