stevehead / ksp-SimpleOrbitCalculator

Simple Orbit Calculator, an in-game orbit calculator for Kerbal Space Program.
GNU General Public License v2.0
1 stars 4 forks source link

Exception Thrown in HohmannTransfer GUI Code #10

Open stevehead opened 9 years ago

stevehead commented 9 years ago
[EXC 13:47:36.491] NullReferenceException: Object reference not set to an instance of an object
    SimpleOrbitCalculator.CalculatorWindow.RenderHohmannTransferArea ()
    SimpleOrbitCalculator.CalculatorWindow.RenderWindow (Int32 windowId)
    UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
    UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
stevehead commented 9 years ago

Bug occurred in tracking station scene. Cannot remember exact steps that caused the issue.