mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
next update??????
This commit is contained in:
parent
bca0e2ffed
commit
e92c6b6404
@ -192,8 +192,12 @@ namespace NewHorizons.Builder.Body
|
||||
cloak.GetComponent<Renderer>().enabled = true;
|
||||
|
||||
// Cull stuff
|
||||
var cullController = go.AddComponent<BrambleSectorController>();
|
||||
cullController.SetSector(sector);
|
||||
// Do next update so other nodes can be built first
|
||||
Delay.FireOnNextUpdate(() =>
|
||||
{
|
||||
var cullController = go.AddComponent<BrambleSectorController>();
|
||||
cullController.SetSector(sector);
|
||||
});
|
||||
|
||||
// finalize
|
||||
atmo.SetActive(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user