fixed autovmg.

main
Joseph Gardner 9 years ago
parent dcd1df2999
commit 5ba6f52669

@ -321,6 +321,11 @@ public class MockRace extends Race {
checkPosition(boat, totalElapsedMilliseconds);
if (boat.getCurrentSpeed() == 0) {
newOptimalVMG(boat);
boat.setBearing(boat.calculateBearingToNextMarker());
}
setBoatSpeed(boat);
//Calculates the distance travelled, in meters, in the current timeslice.

Loading…
Cancel
Save