Skip to content

Commit

Permalink
Execute FlightGUI later to guarantee execution after SpeedDisplay, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkavolis committed May 10, 2021
1 parent 704efd5 commit 7b2703f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ You should have received a copy of the GNU General Public License

namespace FerramAerospaceResearch.FARGUI.FARFlightGUI
{
[DefaultExecutionOrder(1)]
public class FlightGUI : VesselModule
{
private static bool showGUI;
Expand Down

0 comments on commit 7b2703f

Please sign in to comment.