do streaming on bramble node

This commit is contained in:
JohnCorby 2022-12-28 13:40:18 -08:00
parent 177eea9e36
commit 3c44c03005

View File

@ -200,6 +200,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>();
fogLight._sector = sector; fogLight._sector = sector;