mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
put it lower
This commit is contained in:
parent
3c44c03005
commit
1f69ad640e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user