mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Set active dingus
This commit is contained in:
parent
e73c48e5fc
commit
3f6a0f04f5
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user