فهرست منبع

[spine-unity] Fixed linked weighted meshes.

John 9 سال پیش
والد
کامیت
ccb9303681
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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;