its already inactive

This commit is contained in:
JohnCorby 2022-07-09 16:42:52 -07:00
parent 13a8b229a6
commit baa25a73ae

View File

@ -107,7 +107,6 @@ namespace NewHorizons.Builder.Props
GameObject prop = prefab.InstantiateInactive();
prop.transform.parent = sector?.transform ?? planetGO.transform;
prop.SetActive(false);
StreamingHandler.SetUpStreaming(prop, sector);