Skip to content

Commit

Permalink
Merge pull request #3807 from eggrobin/fix-rebasing
Browse files Browse the repository at this point in the history
Fix rebasing
  • Loading branch information
eggrobin authored Nov 23, 2023
2 parents d9745a3 + 9f9ba2b commit c9307c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ksp_plugin_adapter/flight_planner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ private void RenderFlightPlan(string vessel_guid) {
// recomputed.
final_time_.ResetValue(
plugin.FlightPlanGetDesiredFinalTime(vessel_guid));
UpdateAfterBurnEditorInsertionDeletion(vessel_guid);
return;
}
}
Expand Down

0 comments on commit c9307c7

Please sign in to comment.