mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Put the sun back after
This commit is contained in:
parent
9778ecd7c8
commit
7e2f911811
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user