This commit is contained in:
Paul
2021-02-28 15:56:10 +01:00
parent b156397cd6
commit 9deee05279

View File

@@ -25,7 +25,7 @@ namespace Content.Server.GameObjects.EntitySystems
/// <summary>
/// The current sun angle.
/// </summary>
public Angle TowardsSun = Angle.South;
public Angle TowardsSun = Angle.Zero;
/// <summary>
/// The current sun angular velocity. (This is changed in Initialize)