menu icons, window sizing, compass direction selector
[debian/openrocket] / src / net / sf / openrocket / file / openrocket / OpenRocketLoader.java
index 4c5eb72a0ebd7a9967e53600f0e278dbb43f7c37..73f43e500bed1fdb88d48ab98dce4b9d70e04e1a 100644 (file)
@@ -1291,7 +1291,7 @@ class SimulationConditionsHandler extends ElementHandler {
        public SimulationConditionsHandler(Rocket rocket) {
                conditions = new SimulationOptions(rocket);
                // Set up default loading settings (which may differ from the new defaults)
-               conditions.setGeodeticComputation(GeodeticComputationStrategy.NONE);
+               conditions.setGeodeticComputation(GeodeticComputationStrategy.FLAT);
        }
        
        public SimulationOptions getConditions() {