release 0.9.6
[debian/openrocket] / src / net / sf / openrocket / simulation / FlightSimulator.java
index 163b7ff2adc0ecc1b1348443ae646d0581049fae..a2e42a470410f0fd029393c25403e43fd71f17c3 100644 (file)
@@ -518,6 +518,7 @@ public abstract class FlightSimulator {
                        // Count the number of motors in a cluster
                        int count = 1;
                        for (RocketComponent c = (RocketComponent)mount; c != null; c = c.getParent()) {
+                               // TODO: HIGH: This does not take into account clusters of clusters!
                                if (c instanceof Clusterable) 
                                        count *= ((Clusterable)c).getClusterConfiguration().getClusterCount();
                        }