Skip to content

Commit

Permalink
Trust => Thrust
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed May 21, 2016
1 parent b966a87 commit 030c71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MechJeb2/MechJebModuleAttitudeAdjustment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ protected override void WindowGUI(int windowID)
arrows.comSrfVelocityArrowActive = GUILayout.Toggle(arrows.comSrfVelocityArrowActive, "CoM Surface Velocity (green)");
arrows.podObtVelocityArrowActive = GUILayout.Toggle(arrows.podObtVelocityArrowActive, "Pod Orbital Velocity (red)");
arrows.comObtVelocityArrowActive = GUILayout.Toggle(arrows.comObtVelocityArrowActive, "CoM Orbital Velocity (orange)");
arrows.dotArrowActive = GUILayout.Toggle(arrows.dotArrowActive, "Direction of Trust (purple pink)");
arrows.dotInstantArrowActive = GUILayout.Toggle(arrows.dotInstantArrowActive, "Direction of Trust instant (pink)");
arrows.dotArrowActive = GUILayout.Toggle(arrows.dotArrowActive, "Direction of Thrust (purple pink)");
arrows.dotInstantArrowActive = GUILayout.Toggle(arrows.dotInstantArrowActive, "Direction of Thrust instant (pink)");
arrows.forwardArrowActive = GUILayout.Toggle(arrows.forwardArrowActive, "Command Pod Forward (electric blue)");
//arrows.avgForwardArrowActive = GUILayout.Toggle(arrows.avgForwardArrowActive, "Forward Avg (blue)");

Expand Down

0 comments on commit 030c71f

Please sign in to comment.