Change component change event for setCantAngle
This commit is contained in:
parent
26019d48d3
commit
d2b13c6714
@ -228,7 +228,7 @@ public abstract class FinSet extends ExternalComponent implements AxialPositiona
|
|||||||
return;
|
return;
|
||||||
this.cantRadians = clampedCant;
|
this.cantRadians = clampedCant;
|
||||||
|
|
||||||
fireComponentChangeEvent(ComponentChangeEvent.BOTH_CHANGE);
|
fireComponentChangeEvent(ComponentChangeEvent.AERODYNAMIC_CHANGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Transformation getCantRotation() {
|
public Transformation getCantRotation() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user