Change component change event for setCantAngle

This commit is contained in:
SiboVG 2022-07-19 23:10:59 +02:00
parent 26019d48d3
commit d2b13c6714

View File

@ -227,8 +227,8 @@ public abstract class FinSet extends ExternalComponent implements AxialPositiona
if (MathUtil.equals(clampedCant, this.cantRadians))
return;
this.cantRadians = clampedCant;
fireComponentChangeEvent(ComponentChangeEvent.BOTH_CHANGE);
fireComponentChangeEvent(ComponentChangeEvent.AERODYNAMIC_CHANGE);
}
public Transformation getCantRotation() {