consider instance count in component mass
This commit is contained in:
parent
c5f4b401c3
commit
ccb7c5e714
@ -1377,7 +1377,7 @@ public abstract class RocketComponent implements ChangeSource, Cloneable, Iterab
|
|||||||
massSubtotal += rc.getSectionMass();
|
massSubtotal += rc.getSectionMass();
|
||||||
}
|
}
|
||||||
|
|
||||||
return massSubtotal;
|
return massSubtotal * getInstanceCount();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user