|
@@ -258,6 +258,9 @@ public class WeightedMeshAttachment extends Attachment implements FfdAttachment
|
|
|
regionUVs = parentMesh.regionUVs;
|
|
|
triangles = parentMesh.triangles;
|
|
|
hullLength = parentMesh.hullLength;
|
|
|
+ edges = parentMesh.edges;
|
|
|
+ width = parentMesh.width;
|
|
|
+ height = parentMesh.height;
|
|
|
}
|
|
|
}
|
|
|
|