From 34b572969366244a2bcf87b5a5492d28c3510803 Mon Sep 17 00:00:00 2001 From: SiboVG Date: Wed, 8 Jun 2022 21:17:48 +0200 Subject: [PATCH] [#1231] Include non-aerodynamic components in bounding box calculations --- .../sf/openrocket/rocketcomponent/FlightConfiguration.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java index 8e65f29c7..d97a0b049 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java +++ b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java @@ -601,12 +601,6 @@ public class FlightConfiguration implements FlightConfigurableParameter contexts = entry.getValue(); - - if( ! component.isAerodynamic()){ -// System.err.println(" << non-aerodynamic"); - // all non-aerodynamic components should be surrounded by aerodynamic ones - continue; - } // FinSets already provide a bounding box, so let's use that. if (component instanceof BoxBounded) {