From d290525099838082e345c139945802f0c0d0b57f Mon Sep 17 00:00:00 2001 From: JoePfeiffer Date: Fri, 11 Mar 2022 11:24:02 -0700 Subject: [PATCH] Process entire part tree when finding active contexts instead of bailing out early when an inactive component is found. --- .../rocketcomponent/FlightConfiguration.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java index 70f645ab1..99992072c 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java +++ b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java @@ -298,9 +298,7 @@ public class FlightConfiguration implements FlightConfigurableParameter