Skip to content

Commit

Permalink
Tiny formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed Sep 21, 2016
1 parent 7808cb4 commit 6cc7450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,9 @@ static void SetCurrentCameraMode(FlightCamera.Modes newMode) {
/// <returns><c>true</c> if mode allows perserving the same camera position.</returns>
static bool IsFreeCameraPositionMode(FlightCamera.Modes mode) {
return mode == FlightCamera.Modes.AUTO // It never chooses LOCKED.
|| mode == FlightCamera.Modes.FREE
|| mode == FlightCamera.Modes.ORBITAL
|| mode == FlightCamera.Modes.CHASE;
|| mode == FlightCamera.Modes.FREE
|| mode == FlightCamera.Modes.ORBITAL
|| mode == FlightCamera.Modes.CHASE;
}

/// <summary>A coroutine to temporarily highlight a vessel.</summary>
Expand Down

0 comments on commit 6cc7450

Please sign in to comment.