OKAY LETS NOT DO THAT

Just broke solar system lol
This commit is contained in:
Noah Pilarski 2022-08-08 17:20:25 -04:00
parent ca99200b6a
commit c39a89d638

View File

@ -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. /// The semi-major axis of the ellipse that is the body's orbit. For a circular orbit this is the radius.
/// </summary> /// </summary>
[Range(0f, double.MaxValue)] [Range(0f, double.MaxValue)]
[DefaultValue(5000f)] public float semiMajorAxis { get; set; };
public float semiMajorAxis { get; set; } = 5000f;
/// <summary> /// <summary>
/// The angle (in degrees) between the body's orbit and the plane of the star system /// The angle (in degrees) between the body's orbit and the plane of the star system