Frantically cherry-picking commit by commit

#story[778]
main
Erika Savell 9 years ago
parent 8ed0ca5b4f
commit 62db7f333c

@ -8,9 +8,5 @@ public class Constants {
public static final int NMToMetersConversion = 1852; // 1 nautical mile = 1852 meters
//Knots x this = meters per second.
public static final double KnotsToMetersPerSecondConversionFactor = 0.514444;
public static final double wakeScale = 10;
}

@ -28,5 +28,4 @@ public class App extends Application {
stage.setScene(scene);
stage.show();
}
}

Loading…
Cancel
Save