Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
update facing when switching to stability mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Crzyrndm committed Jun 9, 2015
1 parent 15690f9 commit 3acd640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified GameData/Pilot Assistant/PilotAssistant.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions PilotAssistant/FlightModules/SurfSAS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ public void Update()
if (currentMode != FlightData.thisVessel.Autopilot.Mode)
{
currentMode = FlightData.thisVessel.Autopilot.Mode;
if (currentMode == VesselAutopilot.AutopilotMode.StabilityAssist)
updateTarget();
}
}
#endregion
Expand Down

0 comments on commit 3acd640

Please sign in to comment.