Set active dingus

This commit is contained in:
Nick 2022-08-31 19:04:36 -04:00
parent e73c48e5fc
commit 3f6a0f04f5

View File

@ -98,6 +98,8 @@ namespace NewHorizons.Builder.Props
// Rotate around normal // Rotate around normal
prop.transform.localRotation *= Quaternion.AngleAxis(Random.Range(0, 360), Vector3.up); prop.transform.localRotation *= Quaternion.AngleAxis(Random.Range(0, 360), Vector3.up);
prop.SetActive(true);
} }
} }
} }