From c39a89d6389997fd0fd559dffc9039df21dc5e93 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Mon, 8 Aug 2022 17:20:25 -0400 Subject: [PATCH] OKAY LETS NOT DO THAT Just broke solar system lol --- NewHorizons/External/Modules/OrbitModule.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NewHorizons/External/Modules/OrbitModule.cs b/NewHorizons/External/Modules/OrbitModule.cs index 10e6a8c4..a79677ce 100644 --- a/NewHorizons/External/Modules/OrbitModule.cs +++ b/NewHorizons/External/Modules/OrbitModule.cs @@ -76,8 +76,7 @@ namespace NewHorizons.External.Modules /// The semi-major axis of the ellipse that is the body's orbit. For a circular orbit this is the radius. /// [Range(0f, double.MaxValue)] - [DefaultValue(5000f)] - public float semiMajorAxis { get; set; } = 5000f; + public float semiMajorAxis { get; set; }; /// /// The angle (in degrees) between the body's orbit and the plane of the star system