diff --git a/NewHorizons/Handlers/PlanetDestructionHandler.cs b/NewHorizons/Handlers/PlanetDestructionHandler.cs index a2b9310b..572aa834 100644 --- a/NewHorizons/Handlers/PlanetDestructionHandler.cs +++ b/NewHorizons/Handlers/PlanetDestructionHandler.cs @@ -119,6 +119,9 @@ namespace NewHorizons.Handlers // Just to be safe SunLightEffectsController.Instance.Update(); + + // Put it back after banishing it else there are weird graphical bugs + sun.gameObject.transform.position = CenterOfTheUniverse.s_instance.transform.position; } private static void TimberHearthRemoved()