Pārlūkot izejas kodu

[spine-unity] Fixed linked weighted meshes.

John 9 gadi atpakaļ
vecāks
revīzija
ccb9303681
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;