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

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