mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
do streaming on bramble node
This commit is contained in:
parent
177eea9e36
commit
3c44c03005
@ -199,6 +199,8 @@ namespace NewHorizons.Builder.Props
|
|||||||
|
|
||||||
// This node comes with Feldspar's signal, we don't want that though
|
// This node comes with Feldspar's signal, we don't want that though
|
||||||
GameObject.Destroy(brambleNode.FindChild("Signal_Harmonica"));
|
GameObject.Destroy(brambleNode.FindChild("Signal_Harmonica"));
|
||||||
|
|
||||||
|
StreamingHandler.SetUpStreaming(brambleNode, sector);
|
||||||
|
|
||||||
// Fix some components
|
// Fix some components
|
||||||
fogLight._parentBody = go.GetComponent<OWRigidbody>();
|
fogLight._parentBody = go.GetComponent<OWRigidbody>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user