mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Revert previous eye sector fix attempt
This commit is contained in:
parent
8edc801903
commit
8c9d8ad02c
@ -185,12 +185,6 @@ namespace NewHorizons.Handlers
|
||||
starLightController.Awake();
|
||||
SunLightEffectsController.AddStar(starController);
|
||||
SunLightEffectsController.AddStarLight(sunLight);
|
||||
|
||||
// The player starts out already added to the eye sector, so we need to inform the sectored components that the sector isn't empty
|
||||
Delay.FireOnNextUpdate(() =>
|
||||
{
|
||||
eyeSector.OnSectorOccupantsUpdated.Invoke();
|
||||
});
|
||||
}
|
||||
|
||||
public static void SetUpEyeCampfireSequence()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user