put it lower

This commit is contained in:
JohnCorby 2022-12-28 13:42:44 -08:00
parent 3c44c03005
commit 1f69ad640e

View File

@ -200,8 +200,6 @@ namespace NewHorizons.Builder.Props
// This node comes with Feldspar's signal, we don't want that though
GameObject.Destroy(brambleNode.FindChild("Signal_Harmonica"));
StreamingHandler.SetUpStreaming(brambleNode, sector);
// Fix some components
fogLight._parentBody = go.GetComponent<OWRigidbody>();
fogLight._sector = sector;
@ -387,6 +385,8 @@ namespace NewHorizons.Builder.Props
}
}
StreamingHandler.SetUpStreaming(brambleNode, sector);
// Done!
brambleNode.SetActive(true);
return brambleNode;