Change component change event for setCantAngle
This commit is contained in:
parent
26019d48d3
commit
d2b13c6714
@ -227,8 +227,8 @@ public abstract class FinSet extends ExternalComponent implements AxialPositiona
|
|||||||
if (MathUtil.equals(clampedCant, this.cantRadians))
|
if (MathUtil.equals(clampedCant, this.cantRadians))
|
||||||
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