mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Also check if late initialized
This commit is contained in:
parent
c998a92cec
commit
3069130c5c
@ -108,7 +108,7 @@ namespace NewHorizons.Components.Props
|
||||
|
||||
public void SetActive(bool active)
|
||||
{
|
||||
if (CloseEyes && _playerDoneAwake)
|
||||
if (CloseEyes && _playerDoneAwake && LateInitializerManager.isDoneInitializing)
|
||||
{
|
||||
Delay.StartCoroutine(Coroutine(active));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user