Przeglądaj źródła

[spine-unity] Fixed linked weighted meshes.

John 9 lat temu
rodzic
commit
ccb9303681
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      spine-csharp/src/Attachments/MeshAttachment.cs

+ 1 - 0
spine-csharp/src/Attachments/MeshAttachment.cs

@@ -73,6 +73,7 @@ namespace Spine {
 			set {
 				parentMesh = value;
 				if (value != null) {
+					bones = value.bones;
 					vertices = value.vertices;
 					worldVerticesLength = value.worldVerticesLength;
 					regionUVs = value.regionUVs;