mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Fixed Mark rounding Algorithm
Algorithm now knows when a player has to round a gate or just pass right through #story[1124] #pair[wmu16, hyi25]
This commit is contained in:
@@ -47,7 +47,7 @@ public class YachtTest {
|
||||
// @Test
|
||||
// public void testDistanceToNextMark() {
|
||||
// Double actual, expected;
|
||||
// actual = yacht.calcDistanceToNextMark();
|
||||
// actual = yacht.calcDistanceToCurrentMark();
|
||||
// expected = 927d;
|
||||
// assertEquals(expected, actual, expected * toleranceRatio);
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user