mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
removed uneeded comment
This commit is contained in:
parent
8c1032e67a
commit
d080be35f3
@ -719,7 +719,7 @@ namespace NewHorizons.Builder.Props
|
||||
{
|
||||
var cacheData = arranger.spirals.Select(spiralManipulator => new ArcCacheData()
|
||||
{
|
||||
mesh = spiralManipulator.GetComponent<MeshFilter>().sharedMesh, // TODO: create a serializable version of Mesh and pass this: spiralManipulator.GetComponent<MeshFilter>().mesh
|
||||
mesh = spiralManipulator.GetComponent<MeshFilter>().sharedMesh,
|
||||
skeletonPoints = spiralManipulator.NomaiTextLine._points.Select(v => (MVector3)v).ToArray(),
|
||||
position = spiralManipulator.transform.localPosition,
|
||||
zRotation = spiralManipulator.transform.localEulerAngles.z,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user