Put the sun back after

This commit is contained in:
Nick 2023-10-18 17:18:56 -04:00
parent 9778ecd7c8
commit 7e2f911811

View File

@ -119,6 +119,9 @@ namespace NewHorizons.Handlers
// Just to be safe // Just to be safe
SunLightEffectsController.Instance.Update(); 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() private static void TimberHearthRemoved()