Explorar o código

[spine-unity] Fixed linked weighted meshes.

John %!s(int64=9) %!d(string=hai) anos
pai
achega
ccb9303681
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;