|
|
|
|
@ -105,7 +105,7 @@ public class ShiftingWindGenerator implements WindGenerator {
|
|
|
|
|
if (shiftedSoFar >= 180){
|
|
|
|
|
shiftAnticlockwise = Math.random() > 0.5;
|
|
|
|
|
shiftedSoFar = 0;
|
|
|
|
|
System.out.println("Swapping");
|
|
|
|
|
// System.out.println("Swapping");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
timeOfLastShift = System.currentTimeMillis();
|
|
|
|
|
|