[fix] FreeformFins now update main RocketWindow when a point is changed

This commit is contained in:
Daniel_M_Williams 2020-04-18 13:34:05 -04:00
parent a230d42fab
commit 77bc272e7b

View File

@ -222,6 +222,8 @@ public class FreeformFinSet extends FinSet {
log.error(String.format("ERROR: found an intersection while setting fin point #%d to [%6.4g, %6.4g] <body frame> : ABORTING setPoint(..) !! ", index, xRequest, yRequest));
return;
}
fireComponentChangeEvent(ComponentChangeEvent.AEROMASS_CHANGE);
}
private void movePoints(final double delta_x, final double delta_y) {