mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Include inactive
This commit is contained in:
parent
83d635e400
commit
3dd249d705
@ -200,7 +200,7 @@ namespace NewHorizons.Builder.Body
|
||||
controller.enabled = true;
|
||||
starGO.SetActive(true);
|
||||
|
||||
planet.GetComponentInChildren<StarEvolutionController>().SetProxy(controller);
|
||||
planet.GetComponentInChildren<StarEvolutionController>(true).SetProxy(controller);
|
||||
|
||||
return proxyGO;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user