Removed unnecessary constant

This commit is contained in:
Calum
2017-05-17 17:23:10 +12:00
parent c63c8e4d73
commit 7c39368126
3 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class Wake extends Group {
//The total possible difference between the first wake and the last. Increasing/Decreasing this will make wakes fan out more/less.
private final double MAX_DIFF = 75;
//Increasing/decreasing this will alter the speed that wakes converge when the heading stop changing. Anything over about 1500 may cause oscillation.
private final int UNIFICATION_SPEED = 500;
private final int UNIFICATION_SPEED = 750;
private Arc[] arcs = new Arc[numWakes];