Removed usage of deprecated Prefs.NODE public member variable. This is to prepare...
[debian/openrocket] / src / net / sf / openrocket / util / TestRockets.java
index 50d06547231250e0d5c471e69f20382d9c011110..deb1161a04a6211ef99732368e25005ee2eca7b4 100644 (file)
@@ -140,7 +140,7 @@ public class TestRockets {
                body.setMotorMount(rnd.nextBoolean());
                body.setMotorOverhang(rnd.nextGaussian() * 0.03);
                body.setOuterRadius(rnd(0.06));
-               body.setRadiusAutomatic(rnd.nextBoolean());
+               body.setOuterRadiusAutomatic(rnd.nextBoolean());
                stage.addChild(body);