浏览代码

Internal code should access internal fields.

John 9 年之前
父节点
当前提交
d019981303
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-csharp/src/Attachments/WeightedMeshAttachment.cs

+ 1 - 1
spine-csharp/src/Attachments/WeightedMeshAttachment.cs

@@ -114,7 +114,7 @@ namespace Spine {
 					worldVertices[w + 1] = wy + y;
 				}
 			} else {
-				float[] ffd = slot.AttachmentVertices;
+				float[] ffd = slot.attachmentVertices;
 				for (int w = 0, v = 0, b = 0, f = 0, n = bones.Length; v < n; w += 2) {
 					float wx = 0, wy = 0;
 					int nn = bones[v++] + v;